Search Results for

    Show / Hide Table of Contents

    Class One2OneBidi<TIn, TOut>

    TBD

    Inheritance
    object
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>
    GraphStage<BidiShape<TIn, TIn, TOut, TOut>>
    One2OneBidi<TIn, TOut>
    Implements
    IGraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>
    IGraph<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>
    IGraph<BidiShape<TIn, TIn, TOut, TOut>>
    Inherited Members
    GraphStage<BidiShape<TIn, TIn, TOut, TOut>>.CreateLogicAndMaterializedValue(Attributes)
    GraphStage<BidiShape<TIn, TIn, TOut, TOut>>.CreateLogic(Attributes)
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>.InitialAttributes
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>.Shape
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>.Module
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>.Named(string)
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>.Async()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public class One2OneBidi<TIn, TOut> : GraphStage<BidiShape<TIn, TIn, TOut, TOut>>, IGraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>, IGraph<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>, IGraph<BidiShape<TIn, TIn, TOut, TOut>>
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    Constructors

    | Edit this page View Source

    One2OneBidi(int)

    TBD

    Declaration
    public One2OneBidi(int maxPending)
    Parameters
    Type Name Description
    int maxPending

    TBD

    Properties

    | Edit this page View Source

    InitialAttributes

    TBD

    Declaration
    protected override Attributes InitialAttributes { get; }
    Property Value
    Type Description
    Attributes
    Overrides
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>.InitialAttributes
    | Edit this page View Source

    Shape

    TBD

    Declaration
    public override BidiShape<TIn, TIn, TOut, TOut> Shape { get; }
    Property Value
    Type Description
    BidiShape<TIn, TIn, TOut, TOut>
    Overrides
    GraphStageWithMaterializedValue<BidiShape<TIn, TIn, TOut, TOut>, NotUsed>.Shape

    Methods

    | Edit this page View Source

    CreateLogic(Attributes)

    TBD

    Declaration
    protected override GraphStageLogic CreateLogic(Attributes inheritedAttributes)
    Parameters
    Type Name Description
    Attributes inheritedAttributes

    TBD

    Returns
    Type Description
    GraphStageLogic

    TBD

    Overrides
    GraphStage<BidiShape<TIn, TIn, TOut, TOut>>.CreateLogic(Attributes)
    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    Implements

    IGraphStageWithMaterializedValue<TShape, TMaterialized>
    IGraph<TShape, TMaterialized>
    IGraph<TShape>

    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