static Message.Builder |
Message.builder() |
Create a new builder.
|
Message.Builder |
Message.Builder.copy(Message model) |
|
Message.Builder |
Message.Builder.key(byte[] key) |
The key associated with the message, expressed as a byte array.
|
Message.Builder |
Message.Builder.offset(Long offset) |
The offset of the message, which uniquely identifies it within the partition.
|
Message.Builder |
Message.Builder.partition(String partition) |
The ID of the partition where the message is stored.
|
Message.Builder |
Message.Builder.stream(String stream) |
The name of the stream that the message belongs to.
|
Message.Builder |
Message.Builder.timestamp(Date timestamp) |
The timestamp indicating when the server appended the message to the stream.
|
Message.Builder |
Message.toBuilder() |
|
Message.Builder |
Message.Builder.value(byte[] value) |
The value associated with the message, expressed as a byte array.
|