Package akka.actor.typed
Interface SupervisorStrategy.RestartOrBackoff
-
- Enclosing class:
- SupervisorStrategy
public static interface SupervisorStrategy.RestartOrBackoff
INTERNAL API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
loggingEnabled()
int
maxRestarts()
int
stashCapacity()
boolean
stopChildren()
boolean
unlimitedRestarts()
-