Uses of Interface
io.smallrye.reactive.messaging.amqp.fault.AmqpFailureHandler
-
Packages that use AmqpFailureHandler Package Description io.smallrye.reactive.messaging.amqp io.smallrye.reactive.messaging.amqp.fault -
-
Uses of AmqpFailureHandler in io.smallrye.reactive.messaging.amqp
Fields in io.smallrye.reactive.messaging.amqp declared as AmqpFailureHandler Modifier and Type Field Description protected AmqpFailureHandler
AmqpMessage. onNack
Constructors in io.smallrye.reactive.messaging.amqp with parameters of type AmqpFailureHandler Constructor Description AmqpMessage(io.vertx.amqp.AmqpMessage msg, io.vertx.mutiny.core.Context context, AmqpFailureHandler onNack, boolean cloudEventEnabled, Boolean tracingEnabled)
AmqpMessage(io.vertx.mutiny.amqp.AmqpMessage delegate, io.vertx.mutiny.core.Context context, AmqpFailureHandler onNack, boolean cloudEventEnabled, Boolean tracingEnabled)
-
Uses of AmqpFailureHandler in io.smallrye.reactive.messaging.amqp.fault
Classes in io.smallrye.reactive.messaging.amqp.fault that implement AmqpFailureHandler Modifier and Type Class Description class
AmqpAccept
class
AmqpFailStop
class
AmqpModifiedFailed
This nack strategy marking the message asmodified
and set thedelivery-failed
attribute totrue
.class
AmqpModifiedFailedAndUndeliverableHere
This nack strategy marking the message asmodified
and set thedelivery-failed
attribute totrue
, as well as theundeliverable-here
flag totrue
.class
AmqpReject
class
AmqpRelease
-