Uses of Class
io.vertx.core.eventbus.DeliveryOptions
Packages that use DeliveryOptions
Package
Description
-
Uses of DeliveryOptions in io.vertx.core.eventbus
Methods in io.vertx.core.eventbus that return DeliveryOptionsModifier and TypeMethodDescriptionAdd a message header.DeliveryOptions.setCodecName(String codecName) Set the codec name.DeliveryOptions.setHeaders(MultiMap headers) Set message headers from a multi-map.DeliveryOptions.setLocalOnly(boolean localOnly) Whether a message should be delivered to local consumers only.DeliveryOptions.setSendTimeout(long timeout) Set the send timeout.DeliveryOptions.setTracingPolicy(TracingPolicy tracingPolicy) Set the tracing policy when Vert.x has tracing enabled.Methods in io.vertx.core.eventbus with parameters of type DeliveryOptionsModifier and TypeMethodDescriptionMessageProducer.deliveryOptions(DeliveryOptions options) Update the delivery options of this producer.EventBus.publish(String address, Object message, DeliveryOptions options) LikeEventBus.publish(String, Object)but specifyingoptionsthat can be used to configure the delivery.<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.voidMessage.reply(Object message, DeliveryOptions options) LinkMessage.reply(Object)but allows you to specify delivery options for the reply.Message.replyAndRequest(Object message, DeliveryOptions options) LikeMessage.replyAndRequest(Object)but specifyingoptionsthat can be used to configure the delivery.EventBus.request(String address, Object message, DeliveryOptions options) LikeEventBus.request(String, Object)but specifyingoptionsthat can be used to configure the delivery.EventBus.send(String address, Object message, DeliveryOptions options) LikeEventBus.send(String, Object)but specifyingoptionsthat can be used to configure the delivery.<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.Constructors in io.vertx.core.eventbus with parameters of type DeliveryOptions -
Uses of DeliveryOptions in io.vertx.ext.shell.command.base
Fields in io.vertx.ext.shell.command.base declared as DeliveryOptions -
Uses of DeliveryOptions in io.vertx.ext.web.api.service
Methods in io.vertx.ext.web.api.service with parameters of type DeliveryOptionsModifier and TypeMethodDescriptionstatic RouteToEBServiceHandlerRouteToEBServiceHandler.build(EventBus eventBus, String address, String actionName, DeliveryOptions deliveryOptions) Build a newRouteToEBServiceHandlerstatic OpenAPIRouterHandlerOpenAPIRouterHandler.create(Vertx vertx, Operation operation, DeliveryOptions deliveryOptions, BiFunction<Operation, RoutingContext, JsonObject> extraPayloadMapper, ResponseValidator validator) -
Uses of DeliveryOptions in io.vertx.reactivex.core.eventbus
Methods in io.vertx.reactivex.core.eventbus with parameters of type DeliveryOptionsModifier and TypeMethodDescriptionMessageProducer.deliveryOptions(DeliveryOptions options) Update the delivery options of this producer.EventBus.publish(String address, Object message, DeliveryOptions options) LikeEventBus.publish(String, Object)but specifyingoptionsthat can be used to configure the delivery.<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.voidMessage.reply(Object message, DeliveryOptions options) LinkMessage.reply(Object)but allows you to specify delivery options for the reply.Message.replyAndRequest(Object message, DeliveryOptions options) LikeMessage.replyAndRequest(Object)but specifyingoptionsthat can be used to configure the delivery.EventBus.request(String address, Object message, DeliveryOptions options) LikeEventBus.request(String, Object)but specifyingoptionsthat can be used to configure the delivery.Message.rxReplyAndRequest(Object message, DeliveryOptions options) LikeMessage.replyAndRequest(Object)but specifyingoptionsthat can be used to configure the delivery.EventBus.rxRequest(String address, Object message, DeliveryOptions options) LikeEventBus.request(String, Object)but specifyingoptionsthat can be used to configure the delivery.EventBus.send(String address, Object message, DeliveryOptions options) LikeEventBus.send(String, Object)but specifyingoptionsthat can be used to configure the delivery.<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 DeliveryOptions in io.vertx.rxjava3.core.eventbus
Methods in io.vertx.rxjava3.core.eventbus with parameters of type DeliveryOptionsModifier and TypeMethodDescriptionMessageProducer.deliveryOptions(DeliveryOptions options) Update the delivery options of this producer.EventBus.publish(String address, Object message, DeliveryOptions options) LikeEventBus.publish(String, Object)but specifyingoptionsthat can be used to configure the delivery.<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.voidMessage.reply(Object message, DeliveryOptions options) LinkMessage.reply(Object)but allows you to specify delivery options for the reply.Message.replyAndRequest(Object message, DeliveryOptions options) LikeMessage.replyAndRequest(Object)but specifyingoptionsthat can be used to configure the delivery.EventBus.request(String address, Object message, DeliveryOptions options) LikeEventBus.request(String, Object)but specifyingoptionsthat can be used to configure the delivery.Message.rxReplyAndRequest(Object message, DeliveryOptions options) LikeMessage.replyAndRequest(Object)but specifyingoptionsthat can be used to configure the delivery.EventBus.rxRequest(String address, Object message, DeliveryOptions options) LikeEventBus.request(String, Object)but specifyingoptionsthat can be used to configure the delivery.EventBus.send(String address, Object message, DeliveryOptions options) LikeEventBus.send(String, Object)but specifyingoptionsthat can be used to configure the delivery.<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 DeliveryOptions in io.vertx.serviceproxy
Methods in io.vertx.serviceproxy with parameters of type DeliveryOptionsModifier and TypeMethodDescriptionServiceProxyBuilder.setOptions(DeliveryOptions options) Set delivery options to be used during a proxy call.