Package org.apache.solr.crossdc.common
Interface IQueueHandler<T>
-
public interface IQueueHandler<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIQueueHandler.Result<T>static classIQueueHandler.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)
-
-