Annotation Type Listener

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean receiveOwnPublishes  
    • Element Detail

      • value

        String[] value
        Returns:
        the list of channels to which the callback method listens to
      • receiveOwnPublishes

        boolean receiveOwnPublishes
        Returns:
        whether the callback method should receive messages that has itself published on channels that would trigger the invocation of callback method
        Default:
        false