|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageProcessor<T>
An interface for handling the batched messages. The implementers need to define what needs to be done with the batched messages.
Method Summary | |
---|---|
void |
process(java.util.List<T> objects)
Contract for handling the batched objects. |
Method Detail |
---|
void process(java.util.List<T> objects)
objects
- - The list of objects that are batched.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |