Annotation Type Processor
- 
@Documented @Retention(RUNTIME) public @interface Processor
A 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
 
 
- 
- 
Element Detail
- 
value
Class<? extends com.tangosol.util.InvocableMap.EntryProcessor> value
The processor class.- Returns:
 - the processor class
 
 
 - 
 
 -