Uses of Class
org.apache.qpid.protonj2.client.ReceiverOptions
-
Packages that use ReceiverOptions Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of ReceiverOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return ReceiverOptions Modifier and Type Method Description ReceiverOptions
ReceiverOptions. autoAccept(boolean autoAccept)
Controls if the created Receiver will automatically accept the deliveries that have been received by the application (default istrue
).ReceiverOptions
ReceiverOptions. clone()
protected ReceiverOptions
ReceiverOptions. copyInto(ReceiverOptions other)
Copy all options from thisReceiverOptions
instance into the instance provided.ReceiverOptions
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
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
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()
Methods in org.apache.qpid.protonj2.client with parameters of type ReceiverOptions Modifier and Type Method Description protected ReceiverOptions
ReceiverOptions. copyInto(ReceiverOptions other)
Copy all options from thisReceiverOptions
instance into the instance provided.Receiver
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.Receiver
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.Receiver
Connection. openDynamicReceiver(Map<String,Object> dynamicNodeProperties, ReceiverOptions receiverOptions)
Creates a dynamic receiver used to consume messages from the given node address.Receiver
Connection. openDynamicReceiver(ReceiverOptions receiverOptions)
Creates a dynamic receiver used to consume messages from a dynamically generated node on the remote..Receiver
Session. openDynamicReceiver(Map<String,Object> dynamicNodeProperties, ReceiverOptions receiverOptions)
Creates a dynamic receiver used to consume messages from the given node address.Receiver
Session. openDynamicReceiver(ReceiverOptions receiverOptions)
Creates a dynamic receiver used to consume messages from the given node address.Receiver
Connection. openReceiver(String address, ReceiverOptions receiverOptions)
Creates a receiver used to consumer messages from the given node address.Receiver
Session. openReceiver(String address, ReceiverOptions receiverOptions)
Creates a receiver used to consume messages from the given node address.Constructors in org.apache.qpid.protonj2.client with parameters of type ReceiverOptions Constructor Description ReceiverOptions(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
Methods in org.apache.qpid.protonj2.client.impl with parameters of type ReceiverOptions Modifier and Type Method Description Receiver
ClientConnection. openDurableReceiver(String address, String subscriptionName, ReceiverOptions receiverOptions)
Receiver
ClientSession. openDurableReceiver(String address, String subscriptionName, ReceiverOptions receiverOptions)
Receiver
ClientStreamSession. openDurableReceiver(String address, String subscriptionName, ReceiverOptions receiverOptions)
Receiver
ClientConnection. openDynamicReceiver(Map<String,Object> dynamicNodeProperties, ReceiverOptions receiverOptions)
Receiver
ClientConnection. openDynamicReceiver(ReceiverOptions receiverOptions)
Receiver
ClientSession. openDynamicReceiver(Map<String,Object> dynamicNodeProperties, ReceiverOptions receiverOptions)
Receiver
ClientSession. openDynamicReceiver(ReceiverOptions receiverOptions)
Receiver
ClientStreamSession. openDynamicReceiver(Map<String,Object> dynamicNodeProperties, ReceiverOptions receiverOptions)
Receiver
ClientStreamSession. openDynamicReceiver(ReceiverOptions receiverOptions)
Receiver
ClientConnection. openReceiver(String address, ReceiverOptions receiverOptions)
Receiver
ClientSession. openReceiver(String address, ReceiverOptions receiverOptions)
Receiver
ClientStreamSession. openReceiver(String address, ReceiverOptions receiverOptions)
-