Delay
org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
case class Delay(duration: FiniteDuration) extends Attribute
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.
Attributes
- Source
- RestartFlow.scala
- Graph
-
- Supertypes
Members list
In this article