Uses of Interface
com.rabbitmq.stream.MessageBuilder.PropertiesBuilder
Packages that use MessageBuilder.PropertiesBuilder
-
Uses of MessageBuilder.PropertiesBuilder in com.rabbitmq.stream
Methods in com.rabbitmq.stream that return MessageBuilder.PropertiesBuilderModifier and TypeMethodDescriptionMessageBuilder.PropertiesBuilder.absoluteExpiryTime
(long absoluteExpiryTime) Set the expiry time.MessageBuilder.PropertiesBuilder.contentEncoding
(String contentEncoding) Set the content encoding.MessageBuilder.PropertiesBuilder.contentType
(String contentType) Set the content type.MessageBuilder.PropertiesBuilder.correlationId
(byte[] correlationId) Set the correlation ID as an array of bytes.MessageBuilder.PropertiesBuilder.correlationId
(long correlationId) Set the correlation ID as a long.MessageBuilder.PropertiesBuilder.correlationId
(String correlationId) Set the correlation ID as a string.MessageBuilder.PropertiesBuilder.correlationId
(UUID correlationId) Set the correlation ID as an UUID.MessageBuilder.PropertiesBuilder.creationTime
(long creationTime) Set the creation time.Set the group ID.MessageBuilder.PropertiesBuilder.groupSequence
(long groupSequence) Set the group sequence.MessageBuilder.PropertiesBuilder.messageId
(byte[] id) Set the message ID as an array of bytes.MessageBuilder.PropertiesBuilder.messageId
(long id) Set the message ID as long.Set the message ID as a string.Set the message ID as an UUID.MessageBuilder.properties()
The builder forProperties
.Set the reply to address.MessageBuilder.PropertiesBuilder.replyToGroupId
(String replyToGroupId) Set the reply-to group ID.Set the subject.Set the to address.MessageBuilder.PropertiesBuilder.userId
(byte[] userId) Set the user ID. -
Uses of MessageBuilder.PropertiesBuilder in com.rabbitmq.stream.codec
Methods in com.rabbitmq.stream.codec that return MessageBuilder.PropertiesBuilder