Click or drag to resize
Akka.NETOneForOneStrategy Properties

The OneForOneStrategy type exposes the following members.

Properties
  NameDescription
Public propertyDecider
The mapping from an Exception to Directive
(Overrides SupervisorStrategyDecider.)
Protected propertyLoggingEnabled
Determines if failures are logged
(Inherited from SupervisorStrategy.)
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