Restart
org.apache.pekko.stream.Supervision.Restart
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.
Attributes
- Source
- Supervision.scala
- Graph
-
- Supertypes
- Self type
-
Restart.type
Members list
In this article