- All Implemented Interfaces:
- Supervision.Directive, java.io.Serializable, scala.Equals, scala.Product
- Enclosing class:
- Supervision
public static class Supervision.Restart$
extends java.lang.Object
implements Supervision.Directive, scala.Product, scala.Serializable
Scala API: The element is dropped and the stream continues after restarting the stage
if application code for processing an element throws an exception.
Restarting a stage means that any accumulated state is cleared. This is typically
performed by creating a new instance of the stage.
- See Also:
- Serialized Form