Click or drag to resize
Akka.NETPersistenceSettingsAtLeastOnceDeliverySettings Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.PersistencePersistenceSettingsAtLeastOnceDeliverySettings

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class AtLeastOnceDeliverySettings

The PersistenceSettingsAtLeastOnceDeliverySettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMaxUnconfirmedMessages
Public propertyRedeliverInterval
Interval between redelivery attempts.
Public propertyRedeliveryBurstLimit
Maximum number of unconfirmed messages that will be sent at each redelivery burst. This is to help to prevent overflowing amount of messages to be sent at once, for eg. when destination cannot be reached for a long time.
Public propertyWarnAfterNumberOfUnconfirmedAttempts
After this number of delivery attempts a UnconfirmedWarning message will be sent to Self. The count is reset after restart.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithMaxUnconfirmedMessages
TBD
Public methodWithRedeliverInterval
TBD
Public methodWithRedeliveryBurstLimit
TBD
Public methodWithUnconfirmedAttemptsToWarn
TBD
Top
Extension Methods
See Also