Package akka.stream.scaladsl
Class RestartWithBackoffFlow$
- java.lang.Object
-
- akka.stream.scaladsl.RestartWithBackoffFlow$
-
public class RestartWithBackoffFlow$ extends java.lang.Object
Temporary attribute that can override the time aRestartWithBackoffFlow
waits for a failure before cancelling.See https://github.com/akka/akka/issues/24529
Will be removed if/when cancellation can include a cause.
-
-
Field Summary
Fields Modifier and Type Field Description static RestartWithBackoffFlow$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RestartWithBackoffFlow$()
-
-
-
Field Detail
-
MODULE$
public static final RestartWithBackoffFlow$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-