| FusedModule 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,
StreamLayoutIMaterializedValueNode materializedValueComputation,
Attributes attributes,
FusingStructuralInfo info
)
new :
subModules : ImmutableArray<IModule> *
shape : Shape *
downstreams : IImmutableDictionary<OutPort, InPort> *
upstreams : IImmutableDictionary<InPort, OutPort> *
materializedValueComputation : StreamLayoutIMaterializedValueNode *
attributes : Attributes *
info : FusingStructuralInfo -> FusedModule
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 - info
- Type: Akka.StreamsFusingStructuralInfo
TBD
See Also