OneForOneStrategy Constructor |
Name | Description | |
---|---|---|
![]() | OneForOneStrategy |
Serialization-friendly constructor
|
![]() | OneForOneStrategy(FuncException, Directive) |
Constructor that accepts only a decider and uses reasonable defaults for the other settings
|
![]() | OneForOneStrategy(NullableInt32, NullableTimeSpan, FuncException, Directive) |
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider`
to all children when one fails, as opposed to OneForOneStrategy that applies
it only to the child actor that failed.
|
![]() | OneForOneStrategy(Int32, Int32, FuncException, Directive, Boolean) |
Applies the fault handling `Directive` (Resume, Restart, Stop) specified in the `Decider`
to all children when one fails, as opposed to OneForOneStrategy that applies
it only to the child actor that failed.
|