OneForOneStrategy Constructor

Overload List


  Name Description
Public method OneForOneStrategy(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.OneForOneStrategy]] that applies it only to the child actor that failed.
Public method OneForOneStrategy(Func<(Of <<'(Exception, Directive>)>>))
Constructor that accepts only a decider and uses reasonable defaults for the other settings