Uses of Interface
io.smallrye.reactive.messaging.ce.CloudEventMetadata
Packages that use CloudEventMetadata
-
Uses of CloudEventMetadata in io.smallrye.reactive.messaging.ce
Subinterfaces of CloudEventMetadata in io.smallrye.reactive.messaging.ceModifier and TypeInterfaceDescriptioninterfaceRepresents the Cloud Event metadata from an incoming message.interfaceRepresents 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 CloudEventMetadataModifier and TypeClassDescriptionclassDefault implementation of theCloudEventMetadatainterfaceclassDefault implementation of theIncomingCloudEventMetadatainterfaceclassDefault implementation of theOutgoingCloudEventMetadatainterface.Constructors in io.smallrye.reactive.messaging.ce.impl with parameters of type CloudEventMetadataModifierConstructorDescriptionDefaultIncomingCloudEventMetadata(CloudEventMetadata<T> existing) DefaultOutgoingCloudEventMetadata(CloudEventMetadata<T> existing)