Search Results for

    Show / Hide Table of Contents

    Class Outlet

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

    Inheritance
    object
    OutPort
    Outlet
    Outlet<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 Outlet : OutPort

    Constructors

    | Edit this page View Source

    Outlet(string)

    TBD

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

    TBD

    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 Outlet CarbonCopy()
    Returns
    Type Description
    Outlet

    TBD

    | Edit this page View Source

    Create<T>(Outlet)

    TBD

    Declaration
    public static Outlet<T> Create<T>(Outlet outlet)
    Parameters
    Type Name Description
    Outlet outlet

    TBD

    Returns
    Type Description
    Outlet<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