Search Results for

    Show / Hide Table of Contents

    Interface ISymbolicStage<TIn, TOut>

    TBD

    Namespace: Akka.Streams.Implementation.Stages
    Assembly: Akka.Streams.dll
    Syntax
    public interface ISymbolicStage<in TIn, out TOut> : IStage<TIn, TOut>
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    Properties

    | Edit this page View Source

    Attributes

    TBD

    Declaration
    Attributes Attributes { get; }
    Property Value
    Type Description
    Attributes

    Methods

    | Edit this page View Source

    Create(Attributes)

    TBD

    Declaration
    IStage<in TIn, out TOut> Create(Attributes effectiveAttributes)
    Parameters
    Type Name Description
    Attributes effectiveAttributes

    TBD

    Returns
    Type Description
    IStage<TIn, TOut>

    TBD

    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