AllForOneStrategy Properties

The AllForOneStrategy type exposes the following members.

Properties


  Name Description
Public property Decider
Mapping from Exception to [[Akka.Actor.SupervisorStrategy.Directive]].
Public property MaxNumberOfRetries
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 property WithinTimeRange
Duration of the time window for maxNrOfRetries, Duration.Inf means no window.