Search Results for

    Show / Hide Table of Contents

    Class StreamLayout

    Helper functions for managing the layout of a stream graph.

    Inheritance
    object
    StreamLayout
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public static class StreamLayout

    Fields

    | Edit this page View Source

    IsDebug

    Elided at runtime, but useful for debugging.

    Declaration
    public const bool IsDebug = false
    Field Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Validate(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

    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET