Click or drag to resize
Akka.NETGraphInterpreterShell Constructor
TBD

Namespace:  Akka.Streams.Implementation.Fusing
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public GraphInterpreterShell(
	GraphAssembly assembly,
	GraphInterpreterConnection[] connections,
	GraphStageLogic[] logics,
	Shape shape,
	ActorMaterializerSettings settings,
	ExtendedActorMaterializer materializer
)

Parameters

assembly
Type: Akka.Streams.Implementation.FusingGraphAssembly
TBD
connections
Type: Akka.Streams.Implementation.FusingGraphInterpreterConnection
TBD
logics
Type: Akka.Streams.StageGraphStageLogic
TBD
shape
Type: Akka.StreamsShape
TBD
settings
Type: Akka.StreamsActorMaterializerSettings
TbD
materializer
Type: Akka.Streams.ImplementationExtendedActorMaterializer
TBD
See Also