OriginalRestartException
org.apache.pekko.actor.OriginalRestartException
object OriginalRestartException
This is an extractor for retrieving the original cause (i.e. the first failure) from a pekko.actor.PostRestartException. In the face of multiple “nested” restarts it will walk the origCause-links until it arrives at a non-PostRestartException type.
Attributes
- Source
- Actor.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
In this article