SessionOptions |
SessionOptions.clone() |
|
SessionOptions |
SessionOptions.closeTimeout(long closeTimeout) |
Configures the timeout used when awaiting a response from the remote that a request to close
a Session as been honored.
|
SessionOptions |
SessionOptions.closeTimeout(long timeout,
TimeUnit units) |
Configures the timeout used when awaiting a response from the remote that a request to close
a resource such as a Session , Sender or Receiver h as been honored.
|
protected SessionOptions |
SessionOptions.copyInto(SessionOptions other) |
Copy all options from this SessionOptions instance into the instance
provided.
|
SessionOptions |
SessionOptions.defaultNextReceiverPolicy(NextReceiverPolicy policy) |
Configures the default next receiver policy for the session created with these
configuration options.
|
SessionOptions |
SessionOptions.desiredCapabilities(String... desiredCapabilities) |
|
SessionOptions |
SessionOptions.drainTimeout(long drainTimeout) |
Sets the drain timeout (in milliseconds) after which a Receiver request to drain
link credit is considered failed and the request will be marked as such.
|
SessionOptions |
SessionOptions.drainTimeout(long timeout,
TimeUnit units) |
Sets the drain timeout value after which a Receiver request to drain
link credit is considered failed and the request will be marked as such.
|
SessionOptions |
SessionOptions.incomingCapacity(int incomingCapacity) |
Sets the incoming capacity for a Session created with these options.
|
SessionOptions |
SessionOptions.offeredCapabilities(String... offeredCapabilities) |
|
SessionOptions |
SessionOptions.openTimeout(long openTimeout) |
Configures the timeout used when awaiting a response from the remote that a request to open
a Session has been honored.
|
SessionOptions |
SessionOptions.openTimeout(long timeout,
TimeUnit units) |
Configures the timeout used when awaiting a response from the remote that a request to open
a resource such as a Session , Sender or Receiver has been honored.
|
SessionOptions |
SessionOptions.outgoingCapacity(int outgoingCapacity) |
Sets the outgoing capacity for a Session created with these options.
|
SessionOptions |
SessionOptions.properties(Map<String,Object> properties) |
|
SessionOptions |
SessionOptions.requestTimeout(long requestTimeout) |
Configures the timeout used when awaiting a response from the remote that a request to
perform some action such as starting a new transaction.
|
SessionOptions |
SessionOptions.requestTimeout(long timeout,
TimeUnit units) |
Configures the timeout used when awaiting a response from the remote that a request to
perform some action such as starting a new transaction.
|
SessionOptions |
SessionOptions.sendTimeout(long sendTimeout) |
Configures the timeout used when awaiting a send operation to complete.
|
SessionOptions |
SessionOptions.sendTimeout(long timeout,
TimeUnit units) |
Configures the timeout used when awaiting a send operation to complete.
|