Interface AmqpFailureHandler
-
- All Known Implementing Classes:
AmqpAccept,AmqpFailStop,AmqpModifiedFailed,AmqpModifiedFailedAndUndeliverableHere,AmqpReject,AmqpRelease
public interface AmqpFailureHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAmqpFailureHandler.Strategy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <V> CompletionStage<Void>handle(AmqpMessage<V> message, io.vertx.mutiny.core.Context context, Throwable reason)
-
-
-
Method Detail
-
handle
<V> CompletionStage<Void> handle(AmqpMessage<V> message, io.vertx.mutiny.core.Context context, Throwable reason)
-
-