Search Results for

    Show / Hide Table of Contents

    Interface IDetachedContext<TOut>

    TBD

    Inherited Members
    IDetachedContext.IsHoldingBoth
    IDetachedContext.IsHoldingUpstream
    IDetachedContext.IsHoldingDownstream
    IDetachedContext.PushAndPull(object)
    IDetachedContext.HoldUpstream()
    IDetachedContext.HoldUpstreamAndPush(object)
    IDetachedContext.HoldDownstream()
    IDetachedContext.HoldDownstreamAndPull()
    IContext<TOut>.PushAndFinish(TOut)
    IContext<TOut>.Push(TOut)
    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 IDetachedContext<in TOut> : IDetachedContext, IContext<TOut>, IContext, ILifecycleContext
    Type Parameters
    Name Description
    TOut

    TBD

    Methods

    | Edit this page View Source

    HoldUpstreamAndPush(TOut)

    TBD

    Declaration
    IUpstreamDirective HoldUpstreamAndPush(TOut element)
    Parameters
    Type Name Description
    TOut element

    TBD

    Returns
    Type Description
    IUpstreamDirective

    TBD

    | Edit this page View Source

    PushAndPull(TOut)

    TBD

    Declaration
    FreeDirective PushAndPull(TOut element)
    Parameters
    Type Name Description
    TOut element

    TBD

    Returns
    Type Description
    FreeDirective

    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