Class AtomicModule
This is the only extension point for the sealed type hierarchy: composition (i.e. the module tree) is managed strictly within this file, only leaf nodes may be declared elsewhere.
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public abstract class AtomicModule : Module, IModule, IComparable<IModule>
Properties
| Edit this page View SourceDownstreams
TBD
Declaration
public override sealed IImmutableDictionary<OutPort, InPort> Downstreams { get; }
Property Value
Type | Description |
---|---|
IImmutableDictionary<OutPort, InPort> |
Overrides
| Edit this page View SourceSubModules
TBD
Declaration
public override sealed ImmutableArray<IModule> SubModules { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<IModule> |
Overrides
| Edit this page View SourceUpstreams
TBD
Declaration
public override sealed IImmutableDictionary<InPort, OutPort> Upstreams { get; }
Property Value
Type | Description |
---|---|
IImmutableDictionary<InPort, OutPort> |