Annotation Type Processor
-
@Documented @Retention(RUNTIME) public @interface Processor
A qualifier annotation used to annotate the parameterCoherenceEventListener
annotated methods that will receiveEntryProcessorEvents
to narrow the events received to those for a specificInvocableMap.EntryProcessor
class.- Since:
- 3.0
- Author:
- Jonathan Knight, Gunnar Hillert
-
-
Element Detail
-
value
Class<? extends com.tangosol.util.InvocableMap.EntryProcessor> value
The processor class.- Returns:
- the processor class
-
-