- All Implemented Interfaces:
- SupervisorStrategy.Directive, java.io.Serializable, scala.Equals, scala.Product
- Enclosing class:
- SupervisorStrategy
public static class SupervisorStrategy.Escalate$
extends java.lang.Object
implements SupervisorStrategy.Directive, scala.Product, scala.Serializable
Escalates the failure to the supervisor of the supervisor,
by rethrowing the cause of the failure, i.e. the supervisor fails with
the same exception as the child.
- See Also:
- Serialized Form