public abstract class ClientProxyFactoryWithContext extends Object implements ClientProxyFactory
ClientContext
.
This class creates a client proxy and passes a ClientContext
directly to the constructor.
Constructor and Description |
---|
ClientProxyFactoryWithContext() |
Modifier and Type | Method and Description |
---|---|
ClientProxy |
create(String id)
Creates a new client proxy with the given ID
|
abstract ClientProxy |
create(String id,
ClientContext context)
Creates a new client proxy with the given ID.
|
public final ClientProxy create(String id)
ClientProxyFactory
create
in interface ClientProxyFactory
id
- the ID of the client proxypublic abstract ClientProxy create(String id, ClientContext context)
id
- the ID of the client proxycontext
- the ClientContext
of the client proxyCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.