Uses of Class
io.smallrye.reactive.messaging.rabbitmq.OutgoingRabbitMQMetadata.Builder
Packages that use OutgoingRabbitMQMetadata.Builder
-
Uses of OutgoingRabbitMQMetadata.Builder in io.smallrye.reactive.messaging.rabbitmq
Methods in io.smallrye.reactive.messaging.rabbitmq that return OutgoingRabbitMQMetadata.BuilderModifier and TypeMethodDescriptionOutgoingRabbitMQMetadata.builder()Adds an application id property to the metadataOutgoingRabbitMQMetadata.Builder.withClusterId(String clusterId) Adds a cluster id property to the metadataOutgoingRabbitMQMetadata.Builder.withContentEncoding(String contentEncoding) Adds a content encoding property to the metadataOutgoingRabbitMQMetadata.Builder.withContentType(String contentType) Adds a content type property to the metadataOutgoingRabbitMQMetadata.Builder.withCorrelationId(String correlationId) Adds a correlation id property to the metadataOutgoingRabbitMQMetadata.Builder.withDeliveryMode(Integer deliveryMode) Adds a delivery mode property to the metadataOutgoingRabbitMQMetadata.Builder.withExpiration(String expiration) Adds an expiration property to the metadataOutgoingRabbitMQMetadata.Builder.withHeader(String header, Object value) Adds a message header.OutgoingRabbitMQMetadata.Builder.withHeaders(Map<String, Object> header) Adds the message headers to the metadata.OutgoingRabbitMQMetadata.Builder.withMessageId(String messageId) Adds a message id property to the metadataOutgoingRabbitMQMetadata.Builder.withPriority(Integer priority) Adds a priority property to the metadataOutgoingRabbitMQMetadata.Builder.withReplyTo(String replyTo) Adds a reply to property to the metadataOutgoingRabbitMQMetadata.Builder.withRoutingKey(String routingKey) Adds a routing key property to the metadataOutgoingRabbitMQMetadata.Builder.withTimestamp(ZonedDateTime timestamp) Adds a timestamp property to the metadataAdds a type property to the metadataOutgoingRabbitMQMetadata.Builder.withUserId(String userId) Adds a user id property to the metadata