Interface ActorPublisher
- All Known Implementing Classes:
TCPNIOPublisher,TCPPublisher
public interface ActorPublisher
Configuration object to publish an actor to network. Serverside aequivalent to ConnectableActor
-
Method Summary
Modifier and TypeMethodDescriptiondefault ConnectableActorgetConnectable(String host, Class<? extends Actor> actorClazz) default IPromise<ActorServer>publish()setTrafficMonitor(TrafficMonitor trafficMonitor)
-
Method Details
-
publish
-
publish
-
facade
-
setTrafficMonitor
-
getConnectable
-