workaround for nested attribute issue, #22523
This commit is contained in:
parent
e337b96ef6
commit
c7a05862c4
4 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue