object RestartWithBackoffFlow
- Source
- RestartFlow.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RestartWithBackoffFlow
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Delay(duration: FiniteDuration) extends with Product with Serializable
Temporary attribute that can override the time a RestartWithBackoffFlow waits for a failure before cancelling.
Temporary attribute that can override the time a RestartWithBackoffFlow waits for a failure before cancelling.
See https://github.com/akka/akka/issues/24529
Will be removed if/when cancellation can include a cause.