case object Restart extends Directive with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Restart
- Serializable
- Product
- Equals
- Directive
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Scala API: The element is dropped and the stream continues after restarting the operator if application code for processing an element throws an exception. Restarting an operator means that any accumulated state is cleared. This is typically performed by creating a new instance of the operator.