Search Results for

    Show / Hide Table of Contents

    Class SinkShape<TIn>

    A Sink Shape has exactly one input and no outputs, it models a data sink.

    Inheritance
    object
    Shape
    SinkShape<TIn>
    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 SinkShape<TIn> : Shape, ICloneable
    Type Parameters
    Name Description
    TIn

    TBD

    Constructors

    | Edit this page View Source

    SinkShape(Inlet<TIn>)

    TBD

    Declaration
    public SinkShape(Inlet<TIn> inlet)
    Parameters
    Type Name Description
    Inlet<TIn> inlet

    TBD

    Exceptions
    Type Condition
    ArgumentNullException

    This exception is thrown when the specified inlet is undefined.

    Fields

    | Edit this page View Source

    Inlet

    TBD

    Declaration
    public readonly Inlet<TIn> Inlet
    Field Value
    Type Description
    Inlet<TIn>

    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