Class StreamLayout
Helper functions for managing the layout of a stream graph.
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public static class StreamLayout
Fields
| Edit this page View SourceIsDebug
Elided at runtime, but useful for debugging.
Declaration
public const bool IsDebug = false
Field Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceValidate(IModule, int, bool, IDictionary<object, int>)
TBD
Declaration
public static void Validate(IModule module, int level = 0, bool shouldPrint = false, IDictionary<object, int> idMap = null)
Parameters
Type | Name | Description |
---|---|---|
IModule | module | TBD |
int | level | TBD |
bool | shouldPrint | TBD |
IDictionary<object, int> | idMap | TBD |
Exceptions
Type | Condition |
---|---|
IllegalStateException | TBD |