Interface ActorClientConnector
- All Known Implementing Classes:
TCPClientConnector
public interface ActorClientConnector
Interface unifying remote actor connectors (the thingy translating local calls to remote calls).
Mostly of internal interest.
-
Field Summary
Fields Modifier and Type Field Description static intOBJECT_MAX_BATCH_SIZEused in most client and server connector implementations -
Method Summary
Modifier and Type Method Description IPromisecloseClient()IPromiseconnect(java.util.function.Function<ObjectSocket,ObjectSink> factory)
-
Field Details
-
OBJECT_MAX_BATCH_SIZE
static final int OBJECT_MAX_BATCH_SIZEused in most client and server connector implementations- See Also:
- Constant Field Values
-
-
Method Details
-
connect
IPromise connect(java.util.function.Function<ObjectSocket,ObjectSink> factory) throws java.lang.Exception- Throws:
java.lang.Exception
-
closeClient
IPromise closeClient()
-