Click or drag to resize
Akka.NETAtLeastOnceDeliveryReceiveActorWarnAfterNumberOfUnconfirmedAttempts Property
After this number of delivery attempts a UnconfirmedWarning message will be sent to Self. The count is reset after restart. The default value can be configure with the 'akka.persistence.at-least-once-delivery.warn-after-number-of-unconfirmed-attempts' 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.42 (1.2.3.42)
Syntax
public int WarnAfterNumberOfUnconfirmedAttempts { get; }

Property Value

Type: Int32
See Also