Supervision
Attributes
- Source
- Supervision.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Supervision.type
Members list
Type members
Classlikes
Attributes
- Source
- Supervision.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
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.
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
- Supertypes
- Self type
-
Restart.type
Scala API: The element is dropped and the stream continues if application code for processing an element throws an exception.
Scala API: The element is dropped and the stream continues if application code for processing an element throws an exception.
Attributes
- Source
- Supervision.scala
- Supertypes
- Self type
-
Resume.type
Scala API: The stream will be completed with failure if application code for processing an element throws an exception.
Scala API: The stream will be completed with failure if application code for processing an element throws an exception.
Attributes
- Source
- Supervision.scala
- Supertypes
- Self type
-
Stop.type
Types
Attributes
- Source
- Supervision.scala
Value members
Concrete methods
Java 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.
Java 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
Java API: The element is dropped and the stream continues if application code for processing an element throws an exception.
Java API: The element is dropped and the stream continues if application code for processing an element throws an exception.
Attributes
- Source
- Supervision.scala
Java API: The stream will be completed with failure if application code for processing an element throws an exception.
Java API: The stream will be completed with failure if application code for processing an element throws an exception.
Attributes
- Source
- Supervision.scala
Concrete fields
Java API: Decider function that returns restart for all exceptions.
Java API: Decider function that returns restart for all exceptions.
Attributes
- Source
- Supervision.scala
Java API: Decider function that returns resume for all exceptions.
Java API: Decider function that returns resume for all exceptions.
Attributes
- Source
- Supervision.scala
Java API: Decider function that returns stop for all exceptions.
Java API: Decider function that returns stop for all exceptions.
Attributes
- Source
- Supervision.scala