Class AmqpFailStop
- java.lang.Object
 - 
- io.smallrye.reactive.messaging.amqp.fault.AmqpFailStop
 
 
- 
- All Implemented Interfaces:
 AmqpFailureHandler
public class AmqpFailStop 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 AmqpFailStop(AmqpConnector connector, 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
- 
AmqpFailStop
public AmqpFailStop(AmqpConnector connector, String channel)
 
 - 
 
- 
Method Detail
- 
handle
public <V> CompletionStage<Void> handle(AmqpMessage<V> msg, io.vertx.mutiny.core.Context context, Throwable reason)
- Specified by:
 handlein interfaceAmqpFailureHandler
 
 - 
 
 -