Search Results for

    Show / Hide Table of Contents

    Class SourceShape<TOut>

    A Source Shape has exactly one output and no inputs, it models a source of data.

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

    TBD

    Constructors

    | Edit this page View Source

    SourceShape(Outlet<TOut>)

    TBD

    Declaration
    public SourceShape(Outlet<TOut> outlet)
    Parameters
    Type Name Description
    Outlet<TOut> outlet

    TBD

    Exceptions
    Type Condition
    ArgumentNullException

    TBD

    Fields

    | Edit this page View Source

    Outlet

    TBD

    Declaration
    public readonly Outlet<TOut> Outlet
    Field Value
    Type Description
    Outlet<TOut>

    Properties

    | 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

    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 zero 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()
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    Implements

    ICloneable

    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