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