AbstractActor
in package
implements
ActorHandler
AbstractYes
Tags
Table of Contents
Interfaces
Methods
- onPostStop() : void
- Called before the actor stops. Override for cleanup logic.
- onPreStart() : void
- Called after the actor starts. Override for initialization logic.
Methods
onPostStop()
Called before the actor stops. Override for cleanup logic.
public
onPostStop(ActorContext<string|int, T> $_ctx) : void
Parameters
- $_ctx : ActorContext<string|int, T>
onPreStart()
Called after the actor starts. Override for initialization logic.
public
onPreStart(ActorContext<string|int, T> $_ctx) : void
Parameters
- $_ctx : ActorContext<string|int, T>