Interface ServingActor
- All Known Implementing Classes:
AbstractKrouter,HotColdFailoverKrouter,HotHotFailoverKrouter,Krouter,RoundRobinKrouter,SimpleKrouter,SingleActiveServiceKrouter
public interface ServingActor
-
Method Summary
Modifier and Type Method Description voidclientConnected(ConnectionRegistry connectionRegistry, java.lang.String connectionIdentifier)voidclientDisconnected(ConnectionRegistry connectionRegistry, java.lang.String connectionIdentifier)
-
Method Details
-
clientConnected
-
clientDisconnected
void clientDisconnected(ConnectionRegistry connectionRegistry, java.lang.String connectionIdentifier)
-