Search Results for

    Show / Hide Table of Contents

    Class FlowWithContext

    Inheritance
    object
    FlowWithContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public static class FlowWithContext

    Methods

    | Edit this page View Source

    Create<TIn, TCtx>()

    Creates an "empty" FlowWithContext<TIn, TCtxIn, TOut, TCtxOut, TMat> that passes elements through with their context unchanged.

    Declaration
    public static FlowWithContext<TIn, TCtx, TIn, TCtx, NotUsed> Create<TIn, TCtx>()
    Returns
    Type Description
    FlowWithContext<TIn, TCtx, TIn, TCtx, NotUsed>
    Type Parameters
    Name Description
    TIn
    TCtx
    | Edit this page View Source

    From<TIn, TCtxIn, TOut, TCtxOut, TMat>(Flow<(TIn, TCtxIn), (TOut, TCtxOut), TMat>)

    Creates a FlowWithContext from a regular flow that operates on a pair of (data, context) elements.

    Declaration
    public static FlowWithContext<TIn, TCtxIn, TOut, TCtxOut, TMat> From<TIn, TCtxIn, TOut, TCtxOut, TMat>(Flow<(TIn, TCtxIn), (TOut, TCtxOut), TMat> flow)
    Parameters
    Type Name Description
    Flow<(TIn, TCtxIn), (TOut, TCtxOut), TMat> flow
    Returns
    Type Description
    FlowWithContext<TIn, TCtxIn, TOut, TCtxOut, TMat>
    Type Parameters
    Name Description
    TIn
    TCtxIn
    TOut
    TCtxOut
    TMat
    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