Interface HazelcastConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a client connection to a Hazelcast instance.
- Since:
- 3.4.0
- Author:
- Dmytro Nosan
-
Method Summary
Modifier and TypeMethodDescriptioncom.hazelcast.client.config.ClientConfig
TheClientConfig
for Hazelcast client.
-
Method Details
-
getClientConfig
com.hazelcast.client.config.ClientConfig getClientConfig()TheClientConfig
for Hazelcast client.- Returns:
- the client config
-