Click or drag to resize
Akka.NETActorAttributesCreateSupervisionStrategy Method
Specifies the SupervisionStrategy. Decides how exceptions from user are to be handled

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Attributes CreateSupervisionStrategy(
	Decider strategy
)

Parameters

strategy
Type: Akka.Streams.SupervisionDecider
TBD

Return Value

Type: Attributes
TBD
See Also