Package | Description |
---|---|
io.smallrye.reactive.messaging.amqp | |
io.smallrye.reactive.messaging.amqp.fault |
Modifier and Type | Field and Description |
---|---|
protected AmqpFailureHandler |
AmqpMessage.onNack |
Constructor and Description |
---|
AmqpMessage(io.vertx.mutiny.amqp.AmqpMessage delegate,
io.vertx.mutiny.core.Context context,
AmqpFailureHandler onNack) |
AmqpMessage(io.vertx.amqp.AmqpMessage msg,
io.vertx.mutiny.core.Context context,
AmqpFailureHandler onNack) |
Modifier and Type | Class and Description |
---|---|
class |
AmqpAccept |
class |
AmqpFailStop |
class |
AmqpModifiedFailed
This nack strategy marking the message as
modified and set the delivery-failed attribute to true . |
class |
AmqpModifiedFailedAndUndeliverableHere
This nack strategy marking the message as
modified and set the delivery-failed attribute to true ,
as well as the undeliverable-here flag to true . |
class |
AmqpReject |
class |
AmqpRelease |
Copyright © 2018–2021 SmallRye. All rights reserved.