Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
Modifier and Type | Method and Description |
---|---|
<T> ClientProxyFactory |
ClientExtension.createServiceProxyFactory(Class<T> service)
Creates a
ClientProxyFactory for the supplied service class. |
Modifier and Type | Method and Description |
---|---|
ClientProxyFactory |
ProxyFactoryConfig.getFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ProxyFactoryConfig |
ProxyFactoryConfig.setFactoryImpl(ClientProxyFactory factoryImpl)
Sets factory implementation of proxy factory
|
Constructor and Description |
---|
ProxyFactoryConfig(String service,
ClientProxyFactory factoryImpl) |
Modifier and Type | Method and Description |
---|---|
ClientProxyFactory |
ProxyManager.getClientProxyFactory(String serviceName) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyManager.register(String serviceName,
ClientProxyFactory factory) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.