Click or drag to resize
Akka.NETOneForOneStrategy Constructor (FuncException, Directive, Boolean)
Constructor that accepts only a decider and uses reasonable defaults for the other settings

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public OneForOneStrategy(
	Func<Exception, Directive> localOnlyDecider,
	bool loggingEnabled = true
)

Parameters

localOnlyDecider
Type: SystemFuncException, Directive
mapping from Exception to Directive
loggingEnabled (Optional)
Type: SystemBoolean
If true failures will be logged
See Also