Package org.apache.pekko.actor
Interface TypedActor.Receiver
-
- Enclosing class:
- TypedActor
public static interface TypedActor.Receiver
Mix this into your TypedActor to be able to intercept Terminated messages
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onReceive(java.lang.Object message, ActorRef sender)
-
-
-
Method Detail
-
onReceive
void onReceive(java.lang.Object message, ActorRef sender)
-
-