Click or drag to resize
Akka.NETFusedModule Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public FusedModule(
	ImmutableArray<IModule> subModules,
	Shape shape,
	IImmutableDictionary<OutPort, InPort> downstreams,
	IImmutableDictionary<InPort, OutPort> upstreams,
	StreamLayout. IMaterializedValueNode materializedValueComputation,
	Attributes attributes,
	Fusing. StructuralInfo info
)

Parameters

subModules
Type: ImmutableArray<IModule>
TBD
shape
Type: Akka.Streams.Shape
TBD
downstreams
Type: IImmutableDictionary<OutPort, InPort>
TBD
upstreams
Type: IImmutableDictionary<InPort, OutPort>
TBD
materializedValueComputation
Type: Akka.Streams.Implementation.StreamLayout.IMaterializedValueNode
TBD
attributes
Type: Akka.Streams.Attributes
TBD
info
Type: Akka.Streams.Fusing.StructuralInfo
TBD
See Also