Interface IncomingCloudEventMetadata<T>

Type Parameters:
T - the data type
All Superinterfaces:
CloudEventMetadata<T>
All Known Implementing Classes:
DefaultIncomingCloudEventMetadata

public interface IncomingCloudEventMetadata<T> extends CloudEventMetadata<T>
Represents the Cloud Event metadata from an incoming message.

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.