Uses of Interface
io.smallrye.reactive.messaging.ce.CloudEventMetadata
-
Packages that use CloudEventMetadata Package Description io.smallrye.reactive.messaging.ce io.smallrye.reactive.messaging.ce.impl -
-
Uses of CloudEventMetadata in io.smallrye.reactive.messaging.ce
Subinterfaces of CloudEventMetadata in io.smallrye.reactive.messaging.ce Modifier and Type Interface Description interfaceIncomingCloudEventMetadata<T>Represents the Cloud Event metadata from an incoming message.interfaceOutgoingCloudEventMetadata<T>Represents the Cloud Event metadata for an outgoing message. -
Uses of CloudEventMetadata in io.smallrye.reactive.messaging.ce.impl
Classes in io.smallrye.reactive.messaging.ce.impl that implement CloudEventMetadata Modifier and Type Class Description classBaseCloudEventMetadata<T>Default implementation of theCloudEventMetadatainterfaceclassDefaultIncomingCloudEventMetadata<T>Default implementation of theIncomingCloudEventMetadatainterfaceclassDefaultOutgoingCloudEventMetadata<T>Default implementation of theOutgoingCloudEventMetadatainterface.Constructors in io.smallrye.reactive.messaging.ce.impl with parameters of type CloudEventMetadata Constructor Description DefaultIncomingCloudEventMetadata(CloudEventMetadata<T> existing)DefaultOutgoingCloudEventMetadata(CloudEventMetadata<T> existing)
-