public class AmqpRelease extends Object implements AmqpFailureHandler
AmqpFailureHandler.Strategy
Constructor and Description |
---|
AmqpRelease(String channel) |
Modifier and Type | Method and Description |
---|---|
<V> CompletionStage<Void> |
handle(AmqpMessage<V> msg,
io.vertx.mutiny.core.Context context,
Throwable reason) |
public AmqpRelease(String channel)
public <V> CompletionStage<Void> handle(AmqpMessage<V> msg, io.vertx.mutiny.core.Context context, Throwable reason)
handle
in interface AmqpFailureHandler
Copyright © 2018–2021 SmallRye. All rights reserved.