Class CorrelationDef

    • Constructor Detail

      • CorrelationDef

        public CorrelationDef()
        No args constructor for use in serialization
      • CorrelationDef

        public CorrelationDef​(String contextAttributeName)
        Parameters:
        contextAttributeName -
    • Method Detail

      • getContextAttributeName

        public String getContextAttributeName()
        CloudEvent Extension Context Attribute name (Required)
      • setContextAttributeName

        public void setContextAttributeName​(String contextAttributeName)
        CloudEvent Extension Context Attribute name (Required)
      • withContextAttributeName

        public CorrelationDef withContextAttributeName​(String contextAttributeName)
      • getContextAttributeValue

        public String getContextAttributeValue()
        CloudEvent Extension Context Attribute value
      • setContextAttributeValue

        public void setContextAttributeValue​(String contextAttributeValue)
        CloudEvent Extension Context Attribute value
      • withContextAttributeValue

        public CorrelationDef withContextAttributeValue​(String contextAttributeValue)