| Modifier and Type | Method and Description |
|---|---|
AmqpSubscriptionCreator.ReceiptAction |
AmqpSubscriptionCreator.AmqpMessageHandler.handleDelivery(String consumerTag,
com.rabbitmq.client.Envelope envelope,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body)
Handles a message received via AMQP.
|
AmqpSubscriptionCreator.ReceiptAction |
MessageSubscriptionCreator.MessageHandler.handleMessage(M message,
MessageSupplements supplements) |
static AmqpSubscriptionCreator.ReceiptAction |
AmqpSubscriptionCreator.ReceiptAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmqpSubscriptionCreator.ReceiptAction[] |
AmqpSubscriptionCreator.ReceiptAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MessageSubscriptionCreator |
MessageSubscriptionCreator.onError(AmqpSubscriptionCreator.ReceiptAction receiptAction) |
AmqpSubscriptionCreator |
AmqpSubscriptionCreator.onError(AmqpSubscriptionCreator.ReceiptAction receiptAction)
Sets the message receipt to be sent to the AMQP server if an error occurred during message handling.
|
MessageSubscriptionCreator |
MessageSubscriptionCreator.onIgnore(AmqpSubscriptionCreator.ReceiptAction receiptAction)
Sets the
ReceiptAction for all ignored messages (filtered by timestamp or message type). |
Copyright © 2025. All rights reserved.