Class StreamLayout.Atomic
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public sealed class StreamLayout.Atomic : StreamLayout.IMaterializedValueNode
Constructors
| Edit this page View SourceAtomic(IModule)
TBD
Declaration
public Atomic(IModule module)
Parameters
| Type | Name | Description |
|---|---|---|
| IModule | module | TBD |
Fields
| Edit this page View SourceModule
TBD
Declaration
public readonly IModule Module
Field Value
| Type | Description |
|---|---|
| IModule |
Methods
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | TBD |
Edit this page