Package org.jgroups.util
Interface ProcessingQueue.Handler<T>
-
- All Known Implementing Classes:
STATE
,STATE_SOCK
,STATE_TRANSFER
,StreamingStateTransfer
- Enclosing class:
- ProcessingQueue<T>
public static interface ProcessingQueue.Handler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(T element)
-
-
-
Method Detail
-
handle
void handle(T element)
-
-