Annotation Interface Processor
A qualifier annotation used to annotate the parameter
CoherenceEventListener
annotated methods
that will receive EntryProcessorEvents
to narrow the events received to those for a specific InvocableMap.EntryProcessor
class.- Since:
- 1.0
- Author:
- Jonathan Knight
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
An annotation literal for theProcessor
annotation. -
Required Element Summary
-
Element Details
-
value
Class<? extends com.tangosol.util.InvocableMap.EntryProcessor> valueThe processor class.- Returns:
- the processor class
-