Uses of Interface
org.apache.qpid.protonj2.client.Client
-
Packages that use Client Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of Client in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return Client Modifier and Type Method Description Client
Connection. client()
Client
Link. client()
Client
Session. client()
static Client
Client. create()
static Client
Client. create(ClientOptions options)
Create a newClient
instance using provided configuration options.Methods in org.apache.qpid.protonj2.client that return types with arguments of type Client Modifier and Type Method Description Future<Client>
Client. closeAsync()
Closes all currently openConnection
instances created by this client. -
Uses of Client in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement Client Modifier and Type Class Description class
ClientInstance
Container ofConnection
instances that are all created with the same container parent and therefore share the same container Id.Methods in org.apache.qpid.protonj2.client.impl that return types with arguments of type Client Modifier and Type Method Description Future<Client>
ClientInstance. closeAsync()
-