Click or drag to resize
Akka.NETOneForOneStrategy Constructor
Overload List
  NameDescription
Protected methodOneForOneStrategy
Serialization-friendly constructor
Public methodOneForOneStrategy(FuncException, Directive)
Constructor that accepts only a decider and uses reasonable defaults for the other settings
Public methodOneForOneStrategy(IDecider)
Constructor that accepts only a decider and uses reasonable defaults for the other settings
Public methodOneForOneStrategy(FuncException, Directive, Boolean)
Constructor that accepts only a decider and uses reasonable defaults for the other settings
Public methodOneForOneStrategy(NullableInt32, NullableTimeSpan, IDecider)
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider` only to the child that failed, as opposed to AllForOneStrategy that applies it to all children when one failed.
Public methodOneForOneStrategy(NullableInt32, NullableTimeSpan, FuncException, Directive)
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider` only to the child that failed, as opposed to AllForOneStrategy that applies it to all children when one failed.
Public methodOneForOneStrategy(Int32, Int32, IDecider, Boolean)
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider` only to the child that failed, as opposed to AllForOneStrategy that applies it to all children when one failed.
Public methodOneForOneStrategy(Int32, Int32, FuncException, Directive, Boolean)
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider` only to the child that failed, as opposed to AllForOneStrategy that applies it to all children when one failed.
Top
See Also