Package org.apache.solr.crossdc.common
Interface IQueueHandler<T>
-
public interface IQueueHandler<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IQueueHandler.Result<T>
static class
IQueueHandler.ResultStatus
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IQueueHandler.Result<T>
handleItem(T item)
-
-
-
Method Detail
-
handleItem
IQueueHandler.Result<T> handleItem(T item)
-
-