Click or drag to resize
Akka.NETActorAttributes Class
Attributes for the ActorMaterializer. Note that more attributes defined in ActorAttributes.
Inheritance Hierarchy
SystemObject
  Akka.StreamsActorAttributes

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class ActorAttributes

The ActorAttributes type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateDispatcher
Specifies the name of the dispatcher.
Public methodStatic memberCreateSupervisionStrategy
Specifies the SupervisionStrategy. Decides how exceptions from user are to be handled
Top
See Also