PersistenceSettingsAtLeastOnceDeliverySettings Class |
Namespace: Akka.Persistence
The PersistenceSettingsAtLeastOnceDeliverySettings type exposes the following members.
Name | Description | |
---|---|---|
PersistenceSettingsAtLeastOnceDeliverySettings(Config) |
TBD
| |
PersistenceSettingsAtLeastOnceDeliverySettings(TimeSpan, Int32, Int32, Int32) |
TBD
|
Name | Description | |
---|---|---|
MaxUnconfirmedMessages |
Maximum number of unconfirmed messages, that this actor is allowed to hold in the memory. When this
number is exceed, Deliver(ActorPath, FuncInt64, Object, Boolean) will throw
MaxUnconfirmedMessagesExceededException
instead of accepting messages.
| |
RedeliverInterval |
Interval between redelivery attempts.
| |
RedeliveryBurstLimit |
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.
| |
WarnAfterNumberOfUnconfirmedAttempts |
After this number of delivery attempts a UnconfirmedWarning message will be sent to
Self.
The count is reset after restart.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WithMaxUnconfirmedMessages |
TBD
| |
WithRedeliverInterval |
TBD
| |
WithRedeliveryBurstLimit |
TBD
| |
WithUnconfirmedAttemptsToWarn |
TBD
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |