Class | Description |
---|---|
AllPerTimeOutputRateLimiter |
Implementation of
OutputRateLimiter which will collect pre-defined time period and the emit all
collected events as a batch. |
FirstGroupByPerTimeOutputRateLimiter |
Implementation of
OutputRateLimiter which will collect pre-defined time period and the emit only first
event. |
FirstPerTimeOutputRateLimiter |
Implementation of
OutputRateLimiter which will collect pre-defined time period and the emit only first
event. |
LastGroupByPerTimeOutputRateLimiter |
Implementation of
OutputRateLimiter which will collect pre-defined time period and the emit only last
event. |
LastPerTimeOutputRateLimiter |
Implementation of
OutputRateLimiter which will collect pre-defined time period and the emit only last
event. |
Copyright © 2021. All rights reserved.