public interface AsyncResultFilter<T>
AsyncResult
that arrives and decide what should be done with it.Modifier and Type | Interface and Description |
---|---|
static class |
AsyncResultFilter.Decision
Controls what should be done with the results.
|
Modifier and Type | Method and Description |
---|---|
AsyncResultFilter.Decision |
onResult(AsyncResultFilterEvent<T> event)
A callback invoked for each result that arrives as a result of a distributed task execution
allowing to access the result that caused this event, the events received so far, and the
total expected results.
|
AsyncResultFilter.Decision onResult(AsyncResultFilterEvent<T> event)
Copyright © GigaSpaces.