Search Results for

    Show / Hide Table of Contents

    Class Inlet

    An Inlet is a typed input to a Shape. Its partner in the Module view is the InPort(which does not bear an element type because Modules only express the internal structural hierarchy of stream topologies).

    Inheritance
    object
    InPort
    Inlet
    Inlet<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public abstract class Inlet : InPort

    Constructors

    | Edit this page View Source

    Inlet(string)

    TBD

    Declaration
    protected Inlet(string name)
    Parameters
    Type Name Description
    string name

    TBD

    Exceptions
    Type Condition
    ArgumentException

    This exception is thrown when the specified name is undefined.

    Fields

    | Edit this page View Source

    Name

    TBD

    Declaration
    public readonly string Name
    Field Value
    Type Description
    string

    Methods

    | Edit this page View Source

    CarbonCopy()

    TBD

    Declaration
    public abstract Inlet CarbonCopy()
    Returns
    Type Description
    Inlet

    TBD

    | Edit this page View Source

    Create<T>(Inlet)

    TBD

    Declaration
    public static Inlet<T> Create<T>(Inlet inlet)
    Parameters
    Type Name Description
    Inlet inlet

    TBD

    Returns
    Type Description
    Inlet<T>

    TBD

    Type Parameters
    Name Description
    T

    TBD

    | Edit this page View Source

    ToString()

    Declaration
    public override sealed string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    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