| Modifier and Type | Method and Description |
|---|---|
static MessageSupplements.Builder |
MessageSupplements.builder()
Instantiates a new
MessageSupplements.Builder to construct MessageSupplements. |
MessageSupplements.Builder |
MessageSupplements.Builder.onAcknowledge(Supplier<Boolean> acknowledge)
Sets the callback to be invoked through
MessageSupplements.acknowledgeMessage(). |
MessageSupplements.Builder |
MessageSupplements.Builder.setAmqpEnvelope(com.rabbitmq.client.Envelope amqpEnvelope)
Sets the AMQP message
Envelope for the associated message. |
MessageSupplements.Builder |
MessageSupplements.Builder.setAmqpProperties(com.rabbitmq.client.AMQP.BasicProperties amqpProperties)
Sets the AMQP message properties for the associated message.
|
MessageSupplements.Builder |
MessageSupplements.Builder.setPayload(byte[] payload)
Sets the payload for the associated message.
|
MessageSupplements.Builder |
MessageSupplements.Builder.setVerifiedKeyIds(Set<Long> verifiedKeyIds)
Sets the key IDs related to signature verification as returned by
Cryptor.verify(byte[], Cryptor.Signature). |
Copyright © 2025. All rights reserved.