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:
- 3.0
- Author:
- Jonathan Knight, Gunnar Hillert
-
Required Element Summary
-
Element Details
-
value
Class<? extends com.tangosol.util.InvocableMap.EntryProcessor> valueThe processor class.- Returns:
- the processor class
-