Uses of Interface
io.smallrye.reactive.messaging.ce.OutgoingCloudEventMetadata
Packages that use OutgoingCloudEventMetadata
-
Uses of OutgoingCloudEventMetadata in io.smallrye.reactive.messaging.ce
Methods in io.smallrye.reactive.messaging.ce that return OutgoingCloudEventMetadataMethods in io.smallrye.reactive.messaging.ce with parameters of type OutgoingCloudEventMetadataModifier and TypeMethodDescriptionstatic <T> OutgoingCloudEventMetadataBuilder<T> OutgoingCloudEventMetadata.from(OutgoingCloudEventMetadata<T> existing) Gets a builder to create a newOutgoingCloudEventMetadata.Constructors in io.smallrye.reactive.messaging.ce with parameters of type OutgoingCloudEventMetadataModifierConstructorDescription -
Uses of OutgoingCloudEventMetadata in io.smallrye.reactive.messaging.ce.impl
Classes in io.smallrye.reactive.messaging.ce.impl that implement OutgoingCloudEventMetadataModifier and TypeClassDescriptionclassDefault implementation of theOutgoingCloudEventMetadatainterface.