Pool..::..DefaultStrategy Property

When supervisorStrategy is not specified for an actor this is used by default. OneForOneStrategy with a decider which escalates by default.

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

Syntax


public static SupervisorStrategy DefaultStrategy { get; }
Public Shared ReadOnly Property DefaultStrategy As SupervisorStrategy
	Get
public:
static property SupervisorStrategy^ DefaultStrategy {
	SupervisorStrategy^ get ();
}