OneForOneStrategy Properties
The OneForOneStrategy type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Decider |
Mapping from Exception to [[Akka.Actor.SupervisorStrategy.Directive]].
|
![]() |
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.
|
![]() |
WithinTimeRange |
Duration of the time window for maxNrOfRetries, Duration.Inf means no window.
|