Annotation Interface EventAttribute


public @interface EventAttribute
  • Required Element Summary

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

    • 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: