|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- The type of the input collection elements.R
- The return type of the invocation.public static interface BatchCollection.Invoker<E,R>
Defines an invoker that may be used to handle chunks of batch collections.
Method Summary | |
---|---|
R |
invoke(BatchCollection<E> chunk)
Is called for every batch chunk that is handled within the method BatchCollection.invokeOnChunksOf(java.util.Collection extends E>, com.trendmicro.grid.acl.l0.BatchCollection.Invoker |
Method Detail |
---|
R invoke(BatchCollection<E> chunk) throws WebException
BatchCollection.invokeOnChunksOf(java.util.Collection extends E>, com.trendmicro.grid.acl.l0.BatchCollection.Invoker)
chunk
- A chunk of elements that fit into one batch request.
WebException
- May be thrown when calling a service.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |