Interface RabbitMQFailureHandler

    • Method Detail

      • handle

        <V> CompletionStage<Void> handle​(IncomingRabbitMQMessage<V> message,
                                         io.vertx.mutiny.core.Context context,
                                         Throwable reason)
        Handle message failure.
        Type Parameters:
        V - message body type
        Parameters:
        message - the failed message
        context - the Context in which the handling should be done
        reason - the reason for the failure
        Returns:
        a CompletionStage