Package org.apache.pekko.actor
Interface TypedActor.PreStart
-
- Enclosing class:
- TypedActor
public static interface TypedActor.PreStartMix 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 voidpreStart()User overridable callback.
-