 | FusedModule Constructor |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic FusedModule(
ImmutableArray<IModule> subModules,
Shape shape,
IImmutableDictionary<OutPort, InPort> downstreams,
IImmutableDictionary<InPort, OutPort> upstreams,
StreamLayout. IMaterializedValueNode materializedValueComputation,
Attributes attributes,
Fusing. StructuralInfo info
)
new :
subModules : ImmutableArray<IModule> *
shape : Shape *
downstreams : IImmutableDictionary<OutPort, InPort> *
upstreams : IImmutableDictionary<InPort, OutPort> *
materializedValueComputation : StreamLayout. IMaterializedValueNode *
attributes : Attributes *
info : Fusing. StructuralInfo -> FusedModule
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