Search Results for

    Show / Hide Table of Contents

    Interface IContext<TOut>

    TBD

    Inherited Members
    IContext.IsFinishing
    IContext.PushAndFinish(object)
    IContext.Push(object)
    IContext.Pull()
    IContext.Finish()
    IContext.Finish(Exception)
    IContext.Fail(Exception)
    IContext.AbsorbTermination()
    ILifecycleContext.Materializer
    ILifecycleContext.Attributes
    Namespace: Akka.Streams.Stage
    Assembly: Akka.Streams.dll
    Syntax
    public interface IContext<in TOut> : IContext, ILifecycleContext
    Type Parameters
    Name Description
    TOut

    TBD

    Methods

    | Edit this page View Source

    Push(TOut)

    Push one element to downstreams.

    Declaration
    IDownstreamDirective Push(TOut element)
    Parameters
    Type Name Description
    TOut element

    TBD

    Returns
    Type Description
    IDownstreamDirective

    TBD

    | Edit this page View Source

    PushAndFinish(TOut)

    Push one element to downstream immediately followed by cancel of upstreams and complete of downstreams.

    Declaration
    IDownstreamDirective PushAndFinish(TOut element)
    Parameters
    Type Name Description
    TOut element

    TBD

    Returns
    Type Description
    IDownstreamDirective

    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