Click or drag to resize
Akka.NETCompositeModule Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public CompositeModule(
	ImmutableArray<IModule> subModules,
	Shape shape,
	IImmutableDictionary<OutPort, InPort> downstreams,
	IImmutableDictionary<InPort, OutPort> upstreams,
	StreamLayoutIMaterializedValueNode materializedValueComputation,
	Attributes attributes
)

Parameters

subModules
Type: ImmutableArrayIModule
TBD
shape
Type: Akka.StreamsShape
TBD
downstreams
Type: IImmutableDictionaryOutPort, InPort
TBD
upstreams
Type: IImmutableDictionaryInPort, OutPort
TBD
materializedValueComputation
Type: Akka.Streams.ImplementationStreamLayoutIMaterializedValueNode
TBD
attributes
Type: Akka.StreamsAttributes
TBD
See Also