Annotation Type Processor
-
@Documented @Retention(RUNTIME) public @interface ProcessorA qualifier annotation used to annotate the parameterCoherenceEventListenerannotated methods that will receiveEntryProcessorEventsto narrow the events received to those for a specificInvocableMap.EntryProcessorclass.- Since:
- 3.0
- Author:
- Jonathan Knight, Gunnar Hillert
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends com.tangosol.util.InvocableMap.EntryProcessor>valueThe processor class.
-