Uses of Class
io.smallrye.reactive.messaging.ce.OutgoingCloudEventMetadataBuilder
Packages that use OutgoingCloudEventMetadataBuilder
-
Uses of OutgoingCloudEventMetadataBuilder in io.smallrye.reactive.messaging.ce
Methods in io.smallrye.reactive.messaging.ce that return OutgoingCloudEventMetadataBuilderModifier and TypeMethodDescriptionstatic <T> OutgoingCloudEventMetadataBuilder<T> OutgoingCloudEventMetadata.builder()Gets a builder to create a newOutgoingCloudEventMetadata.static <T> OutgoingCloudEventMetadataBuilder<T> OutgoingCloudEventMetadata.from(OutgoingCloudEventMetadata<T> existing) Gets a builder to create a newOutgoingCloudEventMetadata.OutgoingCloudEventMetadataBuilder.withDataContentType(String dataContentType) OutgoingCloudEventMetadataBuilder.withDataSchema(URI dataSchema) OutgoingCloudEventMetadataBuilder.withExtension(String name, Object value) OutgoingCloudEventMetadataBuilder.withExtensions(Map<String, Object> extensions) OutgoingCloudEventMetadataBuilder.withoutExtension(String name) OutgoingCloudEventMetadataBuilder.withSource(URI source) OutgoingCloudEventMetadataBuilder.withSpecVersion(String specVersion) OutgoingCloudEventMetadataBuilder.withSubject(String subject) OutgoingCloudEventMetadataBuilder.withTimestamp(ZonedDateTime timestamp)