io.smallrye.reactive.messaging.ce.IncomingCloudEventMetadata Maven / Gradle / Ivy
package io.smallrye.reactive.messaging.ce;
/**
* 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.
*
* @param the data type
*/
public interface IncomingCloudEventMetadata extends CloudEventMetadata {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy