Class RestartWithBackoffFlow.Delay
Temporary attribute that can override the time a [[RestartWithBackoffFlow]] waits
for a failure before cancelling.
See https://github.com/akka/akka/issues/24529
Should be removed if/when cancellation can include a cause.
Inheritance
RestartWithBackoffFlow.Delay
Assembly: Akka.Streams.dll
Syntax
public class Delay : Attributes.IAttribute, IEquatable<RestartWithBackoffFlow.Delay>
Constructors
|
Improve this Doc
View Source
Delay(TimeSpan)
Declaration
public Delay(TimeSpan duration)
Parameters
Fields
|
Improve this Doc
View Source
Duration
Declaration
public readonly TimeSpan Duration
Field Value
Methods
|
Improve this Doc
View Source
Equals(RestartWithBackoffFlow.Delay)
Declaration
public bool Equals(RestartWithBackoffFlow.Delay other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods