Uses of Class
io.vertx.mutiny.core.eventbus.MessageProducer
-
Packages that use MessageProducer Package Description io.vertx.mutiny.core.eventbus -
-
Uses of MessageProducer in io.vertx.mutiny.core.eventbus
Fields in io.vertx.mutiny.core.eventbus with type parameters of type MessageProducer Modifier and Type Field Description static TypeArg<MessageProducer>
MessageProducer. __TYPE_ARG
Methods in io.vertx.mutiny.core.eventbus that return MessageProducer Modifier and Type Method Description MessageProducer<T>
MessageProducer. deliveryOptions(io.vertx.core.eventbus.DeliveryOptions options)
static <T> MessageProducer<T>
MessageProducer. newInstance(io.vertx.core.eventbus.MessageProducer arg)
static <T> MessageProducer<T>
MessageProducer. newInstance(io.vertx.core.eventbus.MessageProducer arg, TypeArg<T> __typeArg_T)
<T> MessageProducer<T>
EventBus. publisher(String address)
<T> MessageProducer<T>
EventBus. publisher(String address, io.vertx.core.eventbus.DeliveryOptions options)
<T> MessageProducer<T>
EventBus. sender(String address)
<T> MessageProducer<T>
EventBus. sender(String address, io.vertx.core.eventbus.DeliveryOptions options)
-