Package org.apache.pekko.actor
Class OriginalRestartException$
java.lang.Object
org.apache.pekko.actor.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.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OriginalRestartException$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
OriginalRestartException$
public OriginalRestartException$()
-
-
Method Details
-
unapply
-