Click or drag to resize
Akka.NETOneForOneStrategySurrogate Properties

The OneForOneStrategyOneForOneStrategySurrogate type exposes the following members.

Properties
  NameDescription
Public propertyDecider
The mapping from an Exception to Directive
Public propertyLoggingEnabled
Determines if failures are logged
Public propertyMaxNumberOfRetries
The number of times a child actor is allowed to be restarted, negative value means no limit, if the limit is exceeded the child actor is stopped.
Public propertyWithinTimeRangeMilliseconds
The duration in milliseconds of the time window for MaxNumberOfRetries, negative values means no window.
Top
See Also