Search Results for

    Show / Hide Table of Contents

    Class StageState<TIn, TOut>

    The behavior of StatefulStage<TIn, TOut> is defined by these two methods, which has the same semantics as corresponding methods in PushPullStage<TIn, TOut>.

    Inheritance
    object
    StageState<TIn, TOut>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Stage
    Assembly: Akka.Streams.dll
    Syntax
    public abstract class StageState<TIn, TOut>
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    Methods

    | Edit this page View Source

    OnPull(IContext<TOut>)

    TBD

    Declaration
    public virtual ISyncDirective OnPull(IContext<TOut> context)
    Parameters
    Type Name Description
    IContext<TOut> context

    TBD

    Returns
    Type Description
    ISyncDirective

    TBD

    | Edit this page View Source

    OnPush(TIn, IContext<TOut>)

    TBD

    Declaration
    public abstract ISyncDirective OnPush(TIn element, IContext<TOut> context)
    Parameters
    Type Name Description
    TIn element

    TBD

    IContext<TOut> context

    TBD

    Returns
    Type Description
    ISyncDirective

    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