Search Results for

    Show / Hide Table of Contents

    Interface IAsyncContext<TOut, TExt>

    TBD

    Inherited Members
    IAsyncContext.Ignore()
    IDetachedContext<TOut>.PushAndPull(TOut)
    IDetachedContext<TOut>.HoldUpstreamAndPush(TOut)
    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 IAsyncContext<in TOut, in TExt> : IAsyncContext, IDetachedContext<TOut>, IDetachedContext, IContext<TOut>, IContext, ILifecycleContext
    Type Parameters
    Name Description
    TOut

    TBD

    TExt

    TBD

    Methods

    | Edit this page View Source

    GetAsyncCallback()

    Obtain a callback object that can be used asynchronously to re-enter the current IAsyncContext<TOut, TExt> with an asynchronous notification. After the notification has been invoked, eventually Akka.Streams.Implementation.Fusing.GraphInterpreter.OnAsyncInput will be called with the given data item.

    This object can be cached and reused within the same IAsyncContext<TOut, TExt>.

    Declaration
    AsyncCallback<in TExt> GetAsyncCallback()
    Returns
    Type Description
    AsyncCallback<TExt>

    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