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