public interface ClientConnectionManager
| Modifier and Type | Method and Description |
|---|---|
ClientConnection |
ownerConnection(Address address) |
boolean |
removeEventHandler(Integer callId) |
void |
shutdown() |
void |
start() |
ClientConnection |
tryToConnect(Address address) |
void shutdown()
void start()
ClientConnection tryToConnect(Address address) throws Exception
ExceptionClientConnection ownerConnection(Address address) throws Exception
Exceptionboolean removeEventHandler(Integer callId)
Copyright © 2021 Hazelcast, Inc.. All rights reserved.