workaround for nested attribute issue, #22523

This commit is contained in:
Patrik Nordwall 2017-03-10 13:16:55 +01:00
parent e337b96ef6
commit c7a05862c4
4 changed files with 5 additions and 4 deletions

View file

@ -1000,7 +1000,7 @@ trait FlowOps[+Out, +Mat] {
*
* Delay precision is 10ms to avoid unnecessary timer scheduling cycles
*
* Internal buffer has default capacity 16. You can set buffer size by calling `withAttributes(inputBuffer)`
* Internal buffer has default capacity 16. You can set buffer size by calling `addAttributes(inputBuffer)`
*
* '''Emits when''' there is a pending element in the buffer and configured time for this element elapsed
* * EmitEarly - strategy do not wait to emit element if buffer is full