| Package | Description |
|---|---|
| com.rabbitmq.stream | |
| com.rabbitmq.stream.codec |
Implementations of AMQP 1.0
Codec. |
| Modifier and Type | Method and Description |
|---|---|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.absoluteExpiryTime(long absoluteExpiryTime)
Set the expiry time.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.contentEncoding(String contentEncoding)
Set the content encoding.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.contentType(String contentType)
Set the content type.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.correlationId(byte[] correlationId)
Set the correlation ID as an array of bytes.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.correlationId(long correlationId)
Set the correlation ID as a long.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.correlationId(String correlationId)
Set the correlation ID as a string.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.correlationId(UUID correlationId)
Set the correlation ID as an UUID.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.creationTime(long creationTime)
Set the creation time.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.groupId(String groupId)
Set the group ID.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.groupSequence(long groupSequence)
Set the group sequence.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.messageId(byte[] id)
Set the message ID as an array of bytes.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.messageId(long id)
Set the message ID as long.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.messageId(String id)
Set the message ID as a string.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.messageId(UUID id)
Set the message ID as an UUID.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.properties()
The builder for
Properties. |
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.replyTo(String replyTo)
Set the reply to address.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.replyToGroupId(String replyToGroupId)
Set the reply-to group ID.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.subject(String subject)
Set the subject.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.to(String address)
Set the to address.
|
MessageBuilder.PropertiesBuilder |
MessageBuilder.PropertiesBuilder.userId(byte[] userId)
Set the user ID.
|
| Modifier and Type | Method and Description |
|---|---|
MessageBuilder.PropertiesBuilder |
WrapperMessageBuilder.properties() |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.