Click or drag to resize
Akka.NETActorMaterializerImpl Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorMaterializerImpl(
	ActorSystem system,
	ActorMaterializerSettings settings,
	Dispatchers dispatchers,
	IActorRef supervisor,
	AtomicBoolean haveShutDown,
	EnumerableActorName flowNames
)

Parameters

system
Type: Akka.ActorActorSystem
TBD
settings
Type: Akka.StreamsActorMaterializerSettings
TBD
dispatchers
Type: Akka.DispatchDispatchers
TBD
supervisor
Type: Akka.ActorIActorRef
TBD
haveShutDown
Type: Akka.UtilAtomicBoolean
TBD
flowNames
Type: Akka.Streams.ImplementationEnumerableActorName
TBD

Return Value

Type: 
TBD
See Also