public static interface TypedActor.PostRestart
Modifier and Type | Method and Description |
---|---|
void |
postRestart(java.lang.Throwable reason)
User overridable callback: By default it calls
preStart() . |
void postRestart(java.lang.Throwable reason)
preStart()
.reason
- the Throwable that caused the restart to happen
Is called right AFTER restart on the newly created Actor to allow reinitialization after an Actor crash.