Uses of Class
io.vertx.amqp.AmqpReceiverOptions
Packages that use AmqpReceiverOptions
-
Uses of AmqpReceiverOptions in io.vertx.amqp
Methods in io.vertx.amqp that return AmqpReceiverOptionsModifier and TypeMethodDescriptionAmqpReceiverOptions.addCapability(String capability) Adds a capability to be set on the receiver source terminus.AmqpReceiverOptions.setAutoAcknowledgement(boolean auto) Sets the auto-acknowledgement.AmqpReceiverOptions.setCapabilities(List<String> capabilities) Sets the list of capabilities to be set on the receiver source terminus.AmqpReceiverOptions.setDurable(boolean durable) Sets the durability.AmqpReceiverOptions.setDynamic(boolean dynamic) Sets whether the Source terminus to be used should specify it is 'dynamic', requesting the peer creates a node and names it with a generated address.AmqpReceiverOptions.setLinkName(String linkName) AmqpReceiverOptions.setLinkProperties(Map<String, Object> linkProperties) Sets link properties to be sent in the AMQP attach frame.AmqpReceiverOptions.setMaxBufferedMessages(int maxBufferSize) Sets the max buffered messages.AmqpReceiverOptions.setNoLocal(boolean noLocal) Sets whether this receiver should not receive messages that were sent using the same underlying connection.Sets the local QOS config.AmqpReceiverOptions.setSelector(String selector) Sets a message selector string.AmqpReceiverOptions.setSourceOptions(SourceOptions sourceOptions) Sets the source terminus options for fine-grained control over durability, expiry policy, timeout, and capabilities.AmqpReceiverOptions.setTargetOptions(TargetOptions targetOptions) Sets the target terminus options for fine-grained control over the receiver's target terminus.Methods in io.vertx.amqp with parameters of type AmqpReceiverOptionsModifier and TypeMethodDescriptionAmqpClient.createReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.AmqpConnection.createReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.Constructors in io.vertx.amqp with parameters of type AmqpReceiverOptions -
Uses of AmqpReceiverOptions in io.vertx.reactivex.amqp
Methods in io.vertx.reactivex.amqp with parameters of type AmqpReceiverOptionsModifier and TypeMethodDescriptionAmqpClient.createReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.AmqpConnection.createReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.AmqpClient.rxCreateReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.AmqpConnection.rxCreateReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address. -
Uses of AmqpReceiverOptions in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp with parameters of type AmqpReceiverOptionsModifier and TypeMethodDescriptionAmqpClient.createReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.AmqpConnection.createReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.AmqpClient.rxCreateReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.AmqpConnection.rxCreateReceiver(String address, AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.