Class AmqpRelease
- java.lang.Object
-
- io.smallrye.reactive.messaging.amqp.fault.AmqpRelease
-
- All Implemented Interfaces:
AmqpFailureHandler
public class AmqpRelease extends Object implements AmqpFailureHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.smallrye.reactive.messaging.amqp.fault.AmqpFailureHandler
AmqpFailureHandler.Strategy
-
-
Constructor Summary
Constructors Constructor Description AmqpRelease(String channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> CompletionStage<Void>
handle(AmqpMessage<V> msg, io.vertx.mutiny.core.Context context, Throwable reason)
-
-
-
Constructor Detail
-
AmqpRelease
public AmqpRelease(String channel)
-
-
Method Detail
-
handle
public <V> CompletionStage<Void> handle(AmqpMessage<V> msg, io.vertx.mutiny.core.Context context, Throwable reason)
- Specified by:
handle
in interfaceAmqpFailureHandler
-
-