Uses of Class
org.apache.qpid.protonj2.client.ClientOptions
Packages that use ClientOptions
-
Uses of ClientOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return ClientOptionsModifier 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 ConnectionsMethods in org.apache.qpid.protonj2.client with parameters of type ClientOptionsModifier 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.Constructors in org.apache.qpid.protonj2.client with parameters of type ClientOptionsModifierConstructorDescriptionClientOptions
(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
Methods in org.apache.qpid.protonj2.client.impl with parameters of type ClientOptionsModifier and TypeMethodDescriptionstatic ClientInstance
ClientInstance.create
(ClientOptions options)