Packages

o

akka.stream.scaladsl

RestartWithBackoffFlow

object RestartWithBackoffFlow

Source
RestartFlow.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RestartWithBackoffFlow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Delay(duration: FiniteDuration) extends Attribute 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.

    Annotations
    @ApiMayChange()