Interface ReactiveMessageHandler

    • Method Detail

      • handleMessage

        reactor.core.publisher.Mono<VoidhandleMessage​(Message<?> message)
        Handle the given message.
        Parameters:
        message - the message to be handled
        Returns:
        a completion Mono for the result of the message handling