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
| Improve this Doc View SourceIsDebug
Elided at runtime, but useful for debugging.
Declaration
public const bool IsDebug = false
Field Value
Type | Description |
---|---|
Boolean |
Methods
| Improve this Doc View SourceValidate(IModule, Int32, Boolean, IDictionary<Object, Int32>)
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 |
Int32 | level | TBD |
Boolean | shouldPrint | TBD |
IDictionary<Object, Int32> | idMap | TBD |
Exceptions
Type | Condition |
---|---|
IllegalStateException | TBD |