public interface EntryProcessorEvent extends Event<EntryProcessorEvent.Type>
InvocableMap.EntryProcessors.| Modifier and Type | Interface | Description |
|---|---|---|
static class |
EntryProcessorEvent.Type |
The
EntryProcessorEvent types. |
| Modifier and Type | Method | Description |
|---|---|---|
Set<BinaryEntry> |
getEntrySet() |
Return a Set of
entries being processed by the
entry processor. |
InvocableMap.EntryProcessor |
getProcessor() |
Return the
InvocableMap.EntryProcessor associated with this EntryProcessorEvent. |
getDispatchergetType, nextInterceptorSet<BinaryEntry> getEntrySet()
entries being processed by the
entry processor.InvocableMap.EntryProcessor getProcessor()
InvocableMap.EntryProcessor associated with this EntryProcessorEvent.