Annotation Interface Processor


@Documented @Retention(RUNTIME) public @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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends com.tangosol.util.InvocableMap.EntryProcessor>
    The processor class.
  • Element Details

    • value

      Class<? extends com.tangosol.util.InvocableMap.EntryProcessor> value
      The processor class.
      Returns:
      the processor class