case unbounded
Continue to add to the buffer, without imposing a limit on the number of buffered elements.
case bufferingOldest (Int)
When the buffer is full, discard the newly received element.
バッファがいっぱいである時、新しく受け取った要素を廃棄します。
Availability
Technology
case bufferingNewest(Int
)
This strategy enforces keeping at most the specified number of newest values.
case unbounded
case bufferingOldest (Int)