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:
1.0
Author:
Jonathan Knight
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    An annotation literal for the Processor annotation.
  • 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