Class FlowWithContext
Inheritance
FlowWithContext
Assembly: Akka.Streams.dll
Syntax
public static class FlowWithContext
Methods
|
Edit this page
View Source
Create<TIn, TCtx>()
Declaration
public static FlowWithContext<TIn, TCtx, TIn, TCtx, NotUsed> Create<TIn, TCtx>()
Returns
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 Parameters
| Name |
Description |
| TIn |
|
| TCtxIn |
|
| TOut |
|
| TCtxOut |
|
| TMat |
|