T
- the data typepublic interface IncomingCloudEventMetadata<T> extends CloudEventMetadata<T>
If a connector supporting Cloud Events is able to extract a Cloud Event from the incoming message, these metadata are stored in an instance of this interface and added to the metadata of the created message.
See https://github.com/cloudevents/spec/blob/v1.0/spec.md.
CE_ATTRIBUTE_DATA_CONTENT_TYPE, CE_ATTRIBUTE_DATA_SCHEMA, CE_ATTRIBUTE_ID, CE_ATTRIBUTE_SOURCE, CE_ATTRIBUTE_SPEC_VERSION, CE_ATTRIBUTE_SUBJECT, CE_ATTRIBUTE_TIME, CE_ATTRIBUTE_TYPE, CE_VERSION_1_0
getData, getDataContentType, getDataSchema, getExtension, getExtensions, getId, getSource, getSpecVersion, getSubject, getTimeStamp, getType
Copyright © 2018–2021 SmallRye. All rights reserved.