Annotation Type EventAttribute


  • public @interface EventAttribute
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      Defines the cloud event attribute name that will be used for additional filtering of incoming events
      String value
      Defines the cloud event attribute's (one defined by name) value that will be used for additional filtering of incoming events
    • Element Detail

      • name

        String name
        Defines the cloud event attribute name that will be used for additional filtering of incoming events
        Returns:
      • value

        String value
        Defines the cloud event attribute's (one defined by name) value that will be used for additional filtering of incoming events
        Returns: