Class DefaultCloudEventMetadataBuilder<T>
java.lang.Object
io.smallrye.reactive.messaging.ce.DefaultCloudEventMetadataBuilder<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withDataContentType(String dataContentType) withDataSchema(URI dataSchema) withExtension(String name, Object value) withExtensions(Map<String, Object> extensions) withoutExtension(String name) withSource(URI source) withSpecVersion(String specVersion) withSubject(String subject) withTimestamp(ZonedDateTime timestamp)
-
Constructor Details
-
DefaultCloudEventMetadataBuilder
public DefaultCloudEventMetadataBuilder()
-
-
Method Details
-
withId
-
withSpecVersion
-
withSource
-
withType
-
withDataContentType
-
withDataSchema
-
withSubject
-
withTimestamp
-
withExtensions
-
withExtension
-
withoutExtension
-
withData
-
build
-