Uses of Class
org.springframework.integration.cloudevents.dsl.CloudEventHeadersBuilder
Packages that use CloudEventHeadersBuilder
Package
Description
Provides CloudEvents DSL components
-
Uses of CloudEventHeadersBuilder in org.springframework.integration.cloudevents.dsl
Subclasses with type arguments of type CloudEventHeadersBuilder in org.springframework.integration.cloudevents.dslMethods in org.springframework.integration.cloudevents.dsl that return CloudEventHeadersBuilderModifier and TypeMethodDescriptionCloudEventHeadersBuilder.dataContentType(@Nullable String dataContentType) Set the CloudEvent data content type.CloudEventHeadersBuilder.dataContentTypeExpression(String dataContentType) Set the expression that will be evaluated to determine the CloudEvent data content type.CloudEventHeadersBuilder.dataContentTypeFunction(Function<Message<P>, String> dataContentType) Set a function that will be invoked to determine the CloudEvent data content type.CloudEventHeadersBuilder.dataSchema(@Nullable URI dataSchema) Set the CloudEvent data schema.CloudEventHeadersBuilder.dataSchemaExpression(String dataSchema) Set the expression that will be evaluated to determine the CloudEvent data schema.CloudEventHeadersBuilder.dataSchemaFunction(Function<Message<P>, URI> dataSchema) Set a function that will be invoked to determine the CloudEvent data schema.static CloudEventHeadersBuilderCloudEvents.headers()Create aCloudEventHeadersBuilderwith default prefix.static CloudEventHeadersBuilderCreate aCloudEventHeadersBuilderwith the given prefix.Set the CloudEvent id.CloudEventHeadersBuilder.idExpression(String id) Set the expression that will be evaluated to determine the CloudEvent id.CloudEventHeadersBuilder.idFunction(Function<Message<P>, String> id) Set a function that will be invoked to determine the CloudEvent id.Set the CloudEvent source.CloudEventHeadersBuilder.sourceExpression(String source) Set the expression that will be evaluated to determine the CloudEvent source.CloudEventHeadersBuilder.sourceFunction(Function<Message<P>, URI> source) Set a function that will be invoked to determine the CloudEvent source.Set the CloudEvent subject.CloudEventHeadersBuilder.subjectExpression(String subject) Set the expression that will be evaluated to determine the CloudEvent subject.CloudEventHeadersBuilder.subjectFunction(Function<Message<P>, String> subject) Set a function that will be invoked to determine the CloudEvent subject.CloudEventHeadersBuilder.time(@Nullable OffsetDateTime time) Set the CloudEvent time.CloudEventHeadersBuilder.timeExpression(String time) Set the expression that will be evaluated to determine the CloudEvent time.CloudEventHeadersBuilder.timeFunction(Function<Message<P>, OffsetDateTime> time) Set a function that will be invoked to determine the CloudEvent time.Set the CloudEvent type.CloudEventHeadersBuilder.typeExpression(String type) Set the expression that will be evaluated to determine the CloudEvent type.CloudEventHeadersBuilder.typeFunction(Function<Message<P>, String> type) Set a function that will be invoked to determine the CloudEvent type.