JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
void
postStop
()
User overridable callback.
Method Detail
postStop
void postStop()
User overridable callback.
Is called when 'actor.stop()' is invoked.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method