RestartWithBackoffFlow

org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow

Attributes

Source
RestartFlow.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Delay(duration: FiniteDuration) extends Attribute

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.

Attributes

Source
RestartFlow.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all