Uses of Enum
org.apache.qpid.protonj2.client.NextReceiverPolicy
-
Uses of NextReceiverPolicy in org.apache.qpid.protonj2.client
Modifier and TypeFieldDescriptionstatic final NextReceiverPolicy
ConnectionOptions.DEFAULT_NEXT_RECEIVER_POLICY
Modifier 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.Modifier 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
Modifier 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)