Uses of Class
io.vertx.rxjava3.core.eventbus.MessageProducer
-
Packages that use MessageProducer Package Description io.vertx.rxjava3.core.eventbus -
-
Uses of MessageProducer in io.vertx.rxjava3.core.eventbus
Fields in io.vertx.rxjava3.core.eventbus with type parameters of type MessageProducer Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<MessageProducer>
MessageProducer. __TYPE_ARG
Methods in io.vertx.rxjava3.core.eventbus that return MessageProducer Modifier and Type Method Description MessageProducer<T>
MessageProducer. deliveryOptions(DeliveryOptions options)
Update the delivery options of this producer.static <T> MessageProducer<T>
MessageProducer. newInstance(MessageProducer arg)
static <T> MessageProducer<T>
MessageProducer. newInstance(MessageProducer arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
<T> MessageProducer<T>
EventBus. publisher(String address)
Create a message publisher against the specified address.<T> MessageProducer<T>
EventBus. publisher(String address, DeliveryOptions options)
LikeEventBus.publisher(java.lang.String)
but specifying delivery options that will be used for configuring the delivery of the message.<T> MessageProducer<T>
EventBus. sender(String address)
Create a message sender against the specified address.<T> MessageProducer<T>
EventBus. sender(String address, DeliveryOptions options)
LikeEventBus.sender(java.lang.String)
but specifying delivery options that will be used for configuring the delivery of the message.
-