Uses of Class
io.vertx.mutiny.core.eventbus.MessageProducer
Packages that use MessageProducer
-
Uses of MessageProducer in io.vertx.mutiny.core.eventbus
Fields in io.vertx.mutiny.core.eventbus with type parameters of type MessageProducerModifier and TypeFieldDescriptionstatic final TypeArg<MessageProducer>MessageProducer.__TYPE_ARGMethods in io.vertx.mutiny.core.eventbus that return MessageProducerModifier and TypeMethodDescriptionMessageProducer.closeAndForget()Closes the producer, this method should be called when the message producer is not used anymore.MessageProducer.deliveryOptions(io.vertx.core.eventbus.DeliveryOptions options) Update the delivery options of this producer.static <T> MessageProducer<T>MessageProducer.newInstance(io.vertx.core.eventbus.MessageProducer<T> delegate) Creates a new instance of theMessageProducer.static <T> MessageProducer<T>MessageProducer.newInstance(io.vertx.core.eventbus.MessageProducer<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theMessageProducer.<T> MessageProducer<T>Create a message publisher against the specified address.<T> MessageProducer<T>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>LikeEventBus.sender(String)but specifying delivery options that will be used for configuring the delivery of the message.MessageProducer.writeAndForget(T body) Write a message to the event-bus, either sending or publishing.