Class ComClient.Default<C>
java.lang.Object
one.microstream.communication.types.ComClient.Default<C>
- All Implemented Interfaces:
ComClient<C>
public static final class ComClient.Default<C> extends Object implements ComClient<C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.types.ComClient
ComClient.Default<C>
-
Method Summary
Modifier and Type Method Description ComClientChannel<C>
connect()
ComClientChannel<C>
connect(int retries, Duration retryDelay)
InetSocketAddress
hostAddress()
-
Method Details
-
hostAddress
- Specified by:
hostAddress
in interfaceComClient<C>
-
connect
- Specified by:
connect
in interfaceComClient<C>
- Throws:
ComException
-
connect
- Specified by:
connect
in interfaceComClient<C>
- Throws:
ComException
-