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
FieldsModifier and TypeFieldDescriptionstatic final intused in most client and server connector implementations -
Method Summary
-
Field Details
-
OBJECT_MAX_BATCH_SIZE
static final int OBJECT_MAX_BATCH_SIZEused in most client and server connector implementations- See Also:
-
-
Method Details