| Package | Description | 
|---|---|
| com.hazelcast.client.config | Contains classes related to config for com.hazelcast.client | 
| Modifier and Type | Method and Description | 
|---|---|
| ProxyFactoryConfig | ProxyFactoryConfig. setClassName(String className)Sets class name of proxy factory | 
| ProxyFactoryConfig | ProxyFactoryConfig. setFactoryImpl(com.hazelcast.client.impl.spi.ClientProxyFactory factoryImpl)Sets factory implementation of proxy factory | 
| ProxyFactoryConfig | ProxyFactoryConfig. setService(String service) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ProxyFactoryConfig> | ClientConfig. getProxyFactoryConfigs()Gets list of  ProxyFactoryConfig | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConfig | ClientConfig. addProxyFactoryConfig(ProxyFactoryConfig proxyFactoryConfig)Helper method to add a new  ProxyFactoryConfig | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConfig | ClientConfig. setProxyFactoryConfigs(List<ProxyFactoryConfig> proxyFactoryConfigs)Sets the  ProxyFactoryConfig | 
| Constructor and Description | 
|---|
| ProxyFactoryConfig(ProxyFactoryConfig factoryConfig) | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.