Search Results for

    Show / Hide Table of Contents

    Class Fusing.FusedGraph<TShape, TMat>

    A fused graph of the right shape, containing a FusedModule which holds more information on the operation structure of the contained stream topology for convenient graph traversal.

    Inheritance
    object
    Fusing.FusedGraph<TShape, TMat>
    Implements
    IGraph<TShape, TMat>
    IGraph<TShape>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class Fusing.FusedGraph<TShape, TMat> : IGraph<TShape, TMat>, IGraph<TShape> where TShape : Shape
    Type Parameters
    Name Description
    TShape

    TBD

    TMat

    TBD

    Constructors

    | Edit this page View Source

    FusedGraph(FusedModule, TShape)

    TBD

    Declaration
    public FusedGraph(FusedModule module, TShape shape)
    Parameters
    Type Name Description
    FusedModule module

    TBD

    TShape shape

    TBD

    Exceptions
    Type Condition
    ArgumentException

    TBD

    Properties

    | Edit this page View Source

    Module

    TBD

    Declaration
    public IModule Module { get; }
    Property Value
    Type Description
    IModule
    | Edit this page View Source

    Shape

    TBD

    Declaration
    public TShape Shape { get; }
    Property Value
    Type Description
    TShape

    Methods

    | Edit this page View Source

    AddAttributes(Attributes)

    TBD

    Declaration
    public IGraph<TShape, TMat> AddAttributes(Attributes attributes)
    Parameters
    Type Name Description
    Attributes attributes

    TBD

    Returns
    Type Description
    IGraph<TShape, TMat>

    TBD

    | Edit this page View Source

    Async()

    TBD

    Declaration
    public IGraph<TShape, TMat> Async()
    Returns
    Type Description
    IGraph<TShape, TMat>

    TBD

    | Edit this page View Source

    Named(string)

    TBD

    Declaration
    public IGraph<TShape, TMat> Named(string name)
    Parameters
    Type Name Description
    string name

    TBD

    Returns
    Type Description
    IGraph<TShape, TMat>

    TBD

    | Edit this page View Source

    WithAttributes(Attributes)

    TBD

    Declaration
    public IGraph<TShape, TMat> WithAttributes(Attributes attributes)
    Parameters
    Type Name Description
    Attributes attributes

    TBD

    Returns
    Type Description
    IGraph<TShape, TMat>

    TBD

    Implements

    IGraph<TShape, TMaterialized>
    IGraph<TShape>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    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