All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.smallrye.reactive.messaging.ce.IncomingCloudEventMetadata Maven / Gradle / Ivy

There is a newer version: 4.26.0
Show newest version
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