Class CloudEventHeaders
java.lang.Object
org.springframework.integration.cloudevents.CloudEventHeaders
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringHeader name for the CloudEventdatacontenttypeattribute.static final StringHeader name for the CloudEventdataschemaattribute.static final StringHeader name for the CloudEventidattribute.static final StringHeader name for the CloudEventsourceattribute.static final StringHeader name for the CloudEventsubjectattribute.static final StringHeader name for the CloudEventtimeattribute.static final StringHeader name for the CloudEventtypeattribute.static final StringThe prefix used for CloudEvent attribute headers. -
Method Summary
-
Field Details
-
PREFIX
The prefix used for CloudEvent attribute headers.Value: "ce-"
- See Also:
-
EVENT_ID
Header name for the CloudEventidattribute.The unique identifier for the CloudEvent.
Value: "ce-id"
- See Also:
-
EVENT_TIME
Header name for the CloudEventtimeattribute.The timestamp of when the occurrence happened.
Value: "ce-time"
- See Also:
-
EVENT_SOURCE
Header name for the CloudEventsourceattribute.Identify the context in which an event happened.
Value: "ce-source"
- See Also:
-
EVENT_DATA_CONTENT_TYPE
Header name for the CloudEventdatacontenttypeattribute.The content type of the CloudEvent data value.
Value: "ce-datacontenttype"
- See Also:
-
EVENT_SUBJECT
Header name for the CloudEventsubjectattribute.Describe the subject of the event in the context of the event producer.
Value: "ce-subject"
- See Also:
-
EVENT_DATA_SCHEMA
Header name for the CloudEventdataschemaattribute.Identify the schema that the data adheres to.
Value: "ce-dataschema"
- See Also:
-
EVENT_TYPE
Header name for the CloudEventtypeattribute.Describe the type of event related to the originating occurrence.
Value: "ce-type"
- See Also:
-