Search Results for

    Show / Hide Table of Contents

    Class FlowShape<TIn, TOut>

    A Flow Shape has exactly one input and one output, it looks from the outside like a pipe (but it can be a complex topology of streams within of course).

    Inheritance
    object
    Shape
    FlowShape<TIn, TOut>
    Implements
    ICloneable
    IFlowShape
    Inherited Members
    Shape.HasSamePortsAs(Shape)
    Shape.HasSamePortsAndShapeAs(Shape)
    Shape.Clone()
    Shape.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class FlowShape<TIn, TOut> : Shape, ICloneable, IFlowShape
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    Constructors

    | Edit this page View Source

    FlowShape(Inlet<TIn>, Outlet<TOut>)

    TBD

    Declaration
    public FlowShape(Inlet<TIn> inlet, Outlet<TOut> outlet)
    Parameters
    Type Name Description
    Inlet<TIn> inlet

    TBD

    Outlet<TOut> outlet

    TBD

    Exceptions
    Type Condition
    ArgumentNullException

    This exception is thrown when either the specified inlet or outlet is undefined.

    Properties

    | Edit this page View Source

    Inlet

    TBD

    Declaration
    public Inlet<TIn> Inlet { get; }
    Property Value
    Type Description
    Inlet<TIn>
    | Edit this page View Source

    Inlets

    TBD

    Declaration
    public override ImmutableArray<Inlet> Inlets { get; }
    Property Value
    Type Description
    ImmutableArray<Inlet>
    Overrides
    Shape.Inlets
    | Edit this page View Source

    Outlet

    TBD

    Declaration
    public Outlet<TOut> Outlet { get; }
    Property Value
    Type Description
    Outlet<TOut>
    | Edit this page View Source

    Outlets

    TBD

    Declaration
    public override ImmutableArray<Outlet> Outlets { get; }
    Property Value
    Type Description
    ImmutableArray<Outlet>
    Overrides
    Shape.Outlets

    Methods

    | Edit this page View Source

    CopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)

    TBD

    Declaration
    public override Shape CopyFromPorts(ImmutableArray<Inlet> inlets, ImmutableArray<Outlet> outlets)
    Parameters
    Type Name Description
    ImmutableArray<Inlet> inlets

    TBD

    ImmutableArray<Outlet> outlets

    TBD

    Returns
    Type Description
    Shape

    TBD

    Overrides
    Shape.CopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)
    Exceptions
    Type Condition
    ArgumentException

    This exception is thrown when the size of the specified inlets array is one or the size of the specified outlets array is one.

    | Edit this page View Source

    DeepCopy()

    TBD

    Declaration
    public override Shape DeepCopy()
    Returns
    Type Description
    Shape

    TBD

    Overrides
    Shape.DeepCopy()

    Implements

    ICloneable
    IFlowShape

    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