public interface EntryProcessorEvent extends Event<EntryProcessorEvent.Type>
InvocableMap.EntryProcessor
s.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 . |
getDispatcher
getType, nextInterceptor
Set<BinaryEntry> getEntrySet()
entries
being processed by the
entry processor.InvocableMap.EntryProcessor getProcessor()
InvocableMap.EntryProcessor
associated with this EntryProcessorEvent
.