Annotation Type 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
    • Required Element Summary

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

      • value

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