| CompositeModule Constructor |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public CompositeModule(
ImmutableArray<IModule> subModules,
Shape shape,
IImmutableDictionary<OutPort, InPort> downstreams,
IImmutableDictionary<InPort, OutPort> upstreams,
StreamLayoutIMaterializedValueNode materializedValueComputation,
Attributes attributes
)
new :
subModules : ImmutableArray<IModule> *
shape : Shape *
downstreams : IImmutableDictionary<OutPort, InPort> *
upstreams : IImmutableDictionary<InPort, OutPort> *
materializedValueComputation : StreamLayoutIMaterializedValueNode *
attributes : Attributes -> CompositeModule
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