Search Results for

    Show / Hide Table of Contents

    Class PushStage<TIn, TOut>

    PushStage<TIn, TOut> is a PushPullStage<TIn, TOut> that always perform transitive pull by calling Pull() from OnPull(IContext<TOut>).

    Inheritance
    object
    AbstractStage<TIn, TOut>
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>
    PushPullStage<TIn, TOut>
    PushStage<TIn, TOut>
    Implements
    IStage<TIn, TOut>
    Inherited Members
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.Context
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnPush(TIn, IContext<TOut>)
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnPush(TIn, IContext)
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnPull(IContext<TOut>)
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnPull(IContext)
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnUpstreamFinish(IContext)
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnUpstreamFinish(IContext<TOut>)
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnDownstreamFinish(IContext, Exception)
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnDownstreamFinish(IContext<TOut>, Exception)
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnUpstreamFailure(Exception, IContext)
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnUpstreamFailure(Exception, IContext<TOut>)
    AbstractStage<TIn, TOut>.IsDetached
    AbstractStage<TIn, TOut>.PreStart(ILifecycleContext)
    AbstractStage<TIn, TOut>.OnPush(TIn, IContext)
    AbstractStage<TIn, TOut>.OnPull(IContext)
    AbstractStage<TIn, TOut>.OnUpstreamFinish(IContext)
    AbstractStage<TIn, TOut>.OnDownstreamFinish(IContext, Exception)
    AbstractStage<TIn, TOut>.OnUpstreamFailure(Exception, IContext)
    AbstractStage<TIn, TOut>.PostStop()
    AbstractStage<TIn, TOut>.Decide(Exception)
    AbstractStage<TIn, TOut>.Restart()
    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
    [Obsolete("Please use GraphStage instead. [1.1.0]")]
    public abstract class PushStage<TIn, TOut> : PushPullStage<TIn, TOut>, IStage<TIn, TOut>
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    Methods

    | Edit this page View Source

    OnPull(IContext<TOut>)

    Always pulls from upstream.

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

    TBD

    Returns
    Type Description
    ISyncDirective

    TBD

    Overrides
    AbstractStage<TIn, TOut, ISyncDirective, ISyncDirective, IContext<TOut>>.OnPull(IContext<TOut>)

    Implements

    IStage<TIn, TOut>

    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