Uses of Class
io.vertx.amqp.AmqpSenderOptions
Packages that use AmqpSenderOptions
-
Uses of AmqpSenderOptions in io.vertx.amqp
Methods in io.vertx.amqp that return AmqpSenderOptionsModifier and TypeMethodDescriptionAmqpSenderOptions.addCapability(String capability) Adds a capability to be set on the sender target terminus.AmqpSenderOptions.setAutoDrained(boolean autoDrained) Sets whether the link is automatically marked drained after the send queue drain handler callback returns if the receiving peer requested that credit be drained.AmqpSenderOptions.setCapabilities(List<String> capabilities) Sets the list of capabilities to be set on the sender target terminus.AmqpSenderOptions.setDynamic(boolean dynamic) Sets whether the Target terminus to be used should specify it is 'dynamic', requesting the peer creates a node and names it with a generated address.AmqpSenderOptions.setLinkName(String linkName) AmqpSenderOptions.setLinkProperties(Map<String, Object> linkProperties) Sets link properties to be sent in the AMQP attach frame.AmqpSenderOptions.setSourceOptions(SourceOptions sourceOptions) Sets the source terminus options for fine-grained control over the sender's source terminus.AmqpSenderOptions.setTargetOptions(TargetOptions targetOptions) Sets the target terminus options for fine-grained control over durability, expiry policy, timeout, and capabilities.Methods in io.vertx.amqp with parameters of type AmqpSenderOptionsModifier and TypeMethodDescriptionAmqpClient.createSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpConnection.createSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.Constructors in io.vertx.amqp with parameters of type AmqpSenderOptions -
Uses of AmqpSenderOptions in io.vertx.reactivex.amqp
Methods in io.vertx.reactivex.amqp with parameters of type AmqpSenderOptionsModifier and TypeMethodDescriptionAmqpClient.createSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpConnection.createSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpClient.rxCreateSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpConnection.rxCreateSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address. -
Uses of AmqpSenderOptions in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp with parameters of type AmqpSenderOptionsModifier and TypeMethodDescriptionAmqpClient.createSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpConnection.createSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpClient.rxCreateSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpConnection.rxCreateSender(String address, AmqpSenderOptions options) Creates a sender used to send messages to the given address.