Class StreamRefAttributes.DemandRedeliveryInterval
If no new elements arrive within this timeout, demand is redelivered.
Inheritance
StreamRefAttributes.DemandRedeliveryInterval
Assembly: Akka.Streams.dll
Syntax
public sealed class StreamRefAttributes.DemandRedeliveryInterval : StreamRefAttributes.IStreamRefAttribute, Attributes.IAttribute, IEquatable<StreamRefAttributes.DemandRedeliveryInterval>
Constructors
|
Edit this page
View Source
DemandRedeliveryInterval(TimeSpan)
Declaration
public DemandRedeliveryInterval(TimeSpan timeout)
Parameters
Properties
|
Edit this page
View Source
Timeout
Declaration
public TimeSpan Timeout { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(DemandRedeliveryInterval)
Declaration
public bool Equals(StreamRefAttributes.DemandRedeliveryInterval other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods