Package org.apache.pekko.actor
Interface TypedActor.Supervisor
-
- Enclosing class:
- TypedActor
public static interface TypedActor.Supervisor
Mix this into your TypedActor to be able to define supervisor strategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupervisorStrategy
supervisorStrategy()
User overridable definition the strategy to use for supervising child actors.
-
-
-
Method Detail
-
supervisorStrategy
SupervisorStrategy supervisorStrategy()
User overridable definition the strategy to use for supervising child actors.
-
-