Class One2OneBidiFlow
TBD
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public static class One2OneBidiFlow
Methods
| Edit this page View SourceApply<TIn, TOut>(int)
TBD
Declaration
public static BidiFlow<TIn, TIn, TOut, TOut, NotUsed> Apply<TIn, TOut>(int maxPending)
Parameters
| Type | Name | Description |
|---|---|---|
| int | maxPending | TBD |
Returns
| Type | Description |
|---|---|
| BidiFlow<TIn, TIn, TOut, TOut, NotUsed> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TOut | TBD |
Edit this page