Uses of Class
org.apache.qpid.protonj2.client.ClientOptions
-
Packages that use ClientOptions Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of ClientOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return ClientOptions Modifier and Type Method Description ClientOptions
ClientOptions. clone()
ClientOptions
ClientOptions. copyInto(ClientOptions other)
Copy all options from thisClientOptions
instance into the instance provided.ClientOptions
ClientOptions. futureType(java.lang.String futureType)
Sets the desired future type that the client connection should use when creating the futures used by the API.ClientOptions
ClientOptions. id(java.lang.String id)
Sets the container ID that should be used when creating ConnectionsMethods in org.apache.qpid.protonj2.client with parameters of type ClientOptions Modifier and Type Method Description 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 ClientOptions Constructor Description ClientOptions(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 ClientOptions Modifier and Type Method Description static ClientInstance
ClientInstance. create(ClientOptions options)
-