Interface ActorServerConnector
- All Known Implementing Classes:
NIOServerConnector,TCPServerConnector
public interface ActorServerConnector
Created by ruedi on 09/05/15.
Interface unifying publishing an actor via network (the thingy translating remote calls to local calls).
Mostly of internal interest.
-
Method Summary
Modifier and Type Method Description IPromisecloseServer()voidconnect(Actor facade, java.util.function.Function<ObjectSocket,ObjectSink> factory)
-
Method Details
-
connect
void connect(Actor facade, java.util.function.Function<ObjectSocket,ObjectSink> factory) throws java.lang.Exception- Throws:
java.lang.Exception
-
closeServer
IPromise closeServer()
-