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
| Improve this Doc View SourceDownstreams
TBD
Declaration
public sealed override IImmutableDictionary<OutPort, InPort> Downstreams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableDictionary<OutPort, InPort> |
Overrides
| Improve this Doc View SourceSubModules
TBD
Declaration
public sealed override ImmutableArray<IModule> SubModules { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<IModule> |
Overrides
| Improve this Doc View SourceUpstreams
TBD
Declaration
public sealed override IImmutableDictionary<InPort, OutPort> Upstreams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableDictionary<InPort, OutPort> |