@Documented
@Retention(value=RUNTIME)
public @interface Processor
CoherenceEventListener
annotated methods
that will receive EntryProcessorEvents
to narrow the events received to those for a specific InvocableMap.EntryProcessor
class.Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends com.tangosol.util.InvocableMap.EntryProcessor> |
value
The processor class.
|