Uses of Enum
org.apache.qpid.protonj2.client.NextReceiverPolicy
Packages that use NextReceiverPolicy
-
Uses of NextReceiverPolicy in org.apache.qpid.protonj2.client
Fields in org.apache.qpid.protonj2.client declared as NextReceiverPolicyModifier and TypeFieldDescriptionstatic final NextReceiverPolicy
ConnectionOptions.DEFAULT_NEXT_RECEIVER_POLICY
Methods in org.apache.qpid.protonj2.client that return NextReceiverPolicyModifier and TypeMethodDescriptionConnectionOptions.defaultNextReceiverPolicy()
SessionOptions.defaultNextReceiverPolicy()
static NextReceiverPolicy
Returns the enum constant of this type with the specified name.static NextReceiverPolicy[]
NextReceiverPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.qpid.protonj2.client with parameters of type NextReceiverPolicyModifier and TypeMethodDescriptionConnectionOptions.defaultNextReceiverPolicy
(NextReceiverPolicy policy) Configures the default next receiver policy for this connection and any session that is created without specifying user defined session default options.SessionOptions.defaultNextReceiverPolicy
(NextReceiverPolicy policy) Configures the default next receiver policy for the session created with these configuration options.Connection.nextReceiver
(NextReceiverPolicy policy) Waits indefinitely for a receiver created from the connection default session to have a delivery ready for receipt.Connection.nextReceiver
(NextReceiverPolicy policy, long timeout, TimeUnit unit) Waits for the configured time interval for a receiver created from the connection default session to have a delivery ready for receipt.Session.nextReceiver
(NextReceiverPolicy policy) Waits indefinitely for a receiver created from this session to have a delivery ready for receipt.Session.nextReceiver
(NextReceiverPolicy policy, long timeout, TimeUnit unit) Waits for the given duration for a receiver created from this session to have a delivery ready for receipt. -
Uses of NextReceiverPolicy in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl with parameters of type NextReceiverPolicyModifier and TypeMethodDescriptionClientConnection.nextReceiver
(NextReceiverPolicy policy) ClientConnection.nextReceiver
(NextReceiverPolicy policy, long timeout, TimeUnit unit) ClientSession.nextReceiver
(NextReceiverPolicy policy) ClientSession.nextReceiver
(NextReceiverPolicy policy, long timeout, TimeUnit unit)