Click or drag to resize
Akka.NETGraphStageModule 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 GraphStageModule(
	Shape shape,
	Attributes attributes,
	IGraphStageWithMaterializedValue<Shape, Object> stage
)

Parameters

shape
Type: Akka.StreamsShape
TBD
attributes
Type: Akka.StreamsAttributes
TBD
stage
Type: Akka.Streams.StageIGraphStageWithMaterializedValueShape, Object
TBD
See Also