| AtLeastOnceDeliveryReceiveActorWarnAfterNumberOfUnconfirmedAttempts 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.129 (1.2.3.129)
Syntax public int WarnAfterNumberOfUnconfirmedAttempts { get; }
member WarnAfterNumberOfUnconfirmedAttempts : int with get
Property Value
Type:
Int32See Also