| AtLeastOnceDeliveryActorRedeliverInterval Property |
Interval between redelivery attempts.
The default value can be configure with the 'akka.persistence.at-least-once-delivery.redeliver-interval'
configuration key. This method can be overridden by implementation classes to return
non-default values.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public virtual TimeSpan RedeliverInterval { get; }
abstract RedeliverInterval : TimeSpan with get
override RedeliverInterval : TimeSpan with get
Property Value
Type:
TimeSpanSee Also