Click or drag to resize
Akka.NETDeciderFrom Method (FuncException, Directive)
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static LocalOnlyDecider From(
	Func<Exception, Directive> localOnlyDecider
)

Parameters

localOnlyDecider
Type: SystemFuncException, Directive
TBD

Return Value

Type: LocalOnlyDecider
TBD
See Also