Uses of Class
org.apache.qpid.protonj2.client.ReceiverOptions
-
Uses of ReceiverOptions in org.apache.qpid.protonj2.client
Modifier and TypeMethodDescriptionReceiverOptions.autoAccept
(boolean autoAccept) Controls if the created Receiver will automatically accept the deliveries that have been received by the application (default istrue
).ReceiverOptions.clone()
protected ReceiverOptions
ReceiverOptions.copyInto
(ReceiverOptions other) Copy all options from thisReceiverOptions
instance into the instance provided.ReceiverOptions.creditWindow
(int creditWindow) A credit window value that will be used to maintain an window of credit for Receiver instances that are created.ReceiverOptions.drainTimeout
(long drainTimeout) Sets the drain timeout (in milliseconds) after which aReceiver
request to drain link credit is considered failed and the request will be marked as such.ReceiverOptions.drainTimeout
(long timeout, TimeUnit units) Sets the drain timeout value after which aReceiver
request to drain link credit is considered failed and the request will be marked as such.protected ReceiverOptions
ReceiverOptions.self()
Modifier and TypeMethodDescriptionprotected ReceiverOptions
ReceiverOptions.copyInto
(ReceiverOptions other) Copy all options from thisReceiverOptions
instance into the instance provided.Connection.openDurableReceiver
(String address, String subscriptionName, ReceiverOptions receiverOptions) Creates a receiver used to consume messages from the given node address and configure it such that the remote create a durable node.Session.openDurableReceiver
(String address, String subscriptionName, ReceiverOptions receiverOptions) Creates a receiver used to consume messages from the given node address and configure it such that the remote create a durable node.Connection.openDynamicReceiver
(Map<String, Object> dynamicNodeProperties, ReceiverOptions receiverOptions) Creates a dynamic receiver used to consume messages from the given node address.Connection.openDynamicReceiver
(ReceiverOptions receiverOptions) Creates a dynamic receiver used to consume messages from a dynamically generated node on the remote..Session.openDynamicReceiver
(Map<String, Object> dynamicNodeProperties, ReceiverOptions receiverOptions) Creates a dynamic receiver used to consume messages from the given node address.Session.openDynamicReceiver
(ReceiverOptions receiverOptions) Creates a dynamic receiver used to consume messages from the given node address.Connection.openReceiver
(String address, ReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given node address.Session.openReceiver
(String address, ReceiverOptions receiverOptions) Creates a receiver used to consume messages from the given node address.ModifierConstructorDescriptionReceiverOptions
(ReceiverOptions options) Create a new ReceiverOptions instance that copies the configuration from the specified source options. -
Uses of ReceiverOptions in org.apache.qpid.protonj2.client.impl
Modifier and TypeMethodDescriptionClientConnection.openDurableReceiver
(String address, String subscriptionName, ReceiverOptions receiverOptions) ClientSession.openDurableReceiver
(String address, String subscriptionName, ReceiverOptions receiverOptions) ClientStreamSession.openDurableReceiver
(String address, String subscriptionName, ReceiverOptions receiverOptions) ClientConnection.openDynamicReceiver
(Map<String, Object> dynamicNodeProperties, ReceiverOptions receiverOptions) ClientConnection.openDynamicReceiver
(ReceiverOptions receiverOptions) ClientSession.openDynamicReceiver
(Map<String, Object> dynamicNodeProperties, ReceiverOptions receiverOptions) ClientSession.openDynamicReceiver
(ReceiverOptions receiverOptions) ClientStreamSession.openDynamicReceiver
(Map<String, Object> dynamicNodeProperties, ReceiverOptions receiverOptions) ClientStreamSession.openDynamicReceiver
(ReceiverOptions receiverOptions) ClientConnection.openReceiver
(String address, ReceiverOptions receiverOptions) ClientSession.openReceiver
(String address, ReceiverOptions receiverOptions) ClientStreamSession.openReceiver
(String address, ReceiverOptions receiverOptions)