Package akka.actor
Interface TypedActor.PostStop
-
- Enclosing class:
- TypedActor
public static interface TypedActor.PostStop
Mix this into your TypedActor to be able to hook into its lifecycle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postStop()
User overridable callback.
-