AllForOneStrategy..::..Decider Property

Mapping from Exception to [[Akka.Actor.SupervisorStrategy.Directive]].

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public Func<Exception, Directive> Decider { get; set; }
Public Property Decider As Func(Of Exception, Directive)
	Get
	Set
public:
property Func<Exception^, Directive^>^ Decider {
	Func<Exception^, Directive^>^ get ();
	void set (Func<Exception^, Directive^>^ value);
}

Field Value

The decider.