public class ServiceActor extends RoutingActor
| Modifier and Type | Method and Description |
|---|---|
void |
connectionDied(Connection connection,
Throwable reason)
Handle loss of connection from the actor.
|
String |
toString() |
processMessagepublic void connectionDied(Connection connection, Throwable reason)
connection - The connection that died.reason - Exception explaining why.Copyright © 2017. All rights reserved.