Package com.yahoo.search.dispatch
Interface ResponseMonitor<T>
-
- All Known Implementing Classes:
InterleavedSearchInvoker
public interface ResponseMonitor<T>
Classes implementing ResponseMonitor can be informed by monitored objects that a response is available for processing. The responseAvailable method must be thread-safe.- Author:
- ollivir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
responseAvailable(T from)
-
-
-
Method Detail
-
responseAvailable
void responseAvailable(T from)
-
-