public interface AmqpFailureHandler
Modifier and Type | Interface and Description |
---|---|
static class |
AmqpFailureHandler.Strategy |
Modifier and Type | Method and Description |
---|---|
<V> CompletionStage<Void> |
handle(AmqpMessage<V> message,
io.vertx.mutiny.core.Context context,
Throwable reason) |
<V> CompletionStage<Void> handle(AmqpMessage<V> message, io.vertx.mutiny.core.Context context, Throwable reason)
Copyright © 2018–2021 SmallRye. All rights reserved.