Class RabbitMQMessageSender

java.lang.Object
io.smallrye.reactive.messaging.rabbitmq.RabbitMQMessageSender
All Implemented Interfaces:
Flow.Processor<org.eclipse.microprofile.reactive.messaging.Message<?>,org.eclipse.microprofile.reactive.messaging.Message<?>>, Flow.Publisher<org.eclipse.microprofile.reactive.messaging.Message<?>>, Flow.Subscriber<org.eclipse.microprofile.reactive.messaging.Message<?>>, Flow.Subscription

public class RabbitMQMessageSender extends Object implements Flow.Processor<org.eclipse.microprofile.reactive.messaging.Message<?>,org.eclipse.microprofile.reactive.messaging.Message<?>>, Flow.Subscription
An implementation of Flow.Processor and Flow.Subscription that is responsible for sending RabbitMQ messages to an external broker.