AllForOneStrategy Constructor
Overload List
Name | Description | |
---|---|---|
![]() |
AllForOneStrategy(Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(TimeSpan>)>>), Func<(Of <<'(Exception, Directive>)>>)) |
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider`
to all children when one fails, as opposed to [[Akka.Actor.AllForOneStrategy]] that applies
it only to the child actor that failed.
|
![]() |
AllForOneStrategy(Func<(Of <<'(Exception, Directive>)>>)) |
Constructor that accepts only a decider and uses reasonable defaults for the other settings
|