Uses of Class
org.apache.qpid.protonj2.client.ClientOptions
-
Uses of ClientOptions in org.apache.qpid.protonj2.client
Modifier and TypeMethodDescriptionClientOptions.clone()
protected ClientOptions
ClientOptions.copyInto
(ClientOptions other) Copy all options from thisClientOptions
instance into the instance provided.ClientOptions.futureType
(String futureType) Sets the desired future type that the client connection should use when creating the futures used by the API.Sets the container ID that should be used when creating ConnectionsModifier and TypeMethodDescriptionprotected ClientOptions
ClientOptions.copyInto
(ClientOptions other) Copy all options from thisClientOptions
instance into the instance provided.static Client
Client.create
(ClientOptions options) Create a newClient
instance using provided configuration options.ModifierConstructorDescriptionClientOptions
(ClientOptions options) Create a new ClientOptions instance that copies the configuration from the specified source options. -
Uses of ClientOptions in org.apache.qpid.protonj2.client.impl
Modifier and TypeMethodDescriptionstatic ClientInstance
ClientInstance.create
(ClientOptions options)