| Class | Description |
|---|---|
| AllPerEventOutputRateLimiter |
Implementation of
OutputRateLimiter which will collect pre-defined number of events and the emit all
collected events as a batch. |
| FirstGroupByPerEventOutputRateLimiter |
Implementation of
OutputRateLimiter which will collect pre-defined number of events and the emit only the
first event. |
| FirstPerEventOutputRateLimiter |
Implementation of
OutputRateLimiter which will collect pre-defined number of events and the emit only the
first event. |
| LastGroupByPerEventOutputRateLimiter |
Implementation of
OutputRateLimiter which will collect pre-defined number of events and the emit only the
last event. |
| LastPerEventOutputRateLimiter |
Implementation of
OutputRateLimiter which will collect pre-defined number of events and the emit only the
last event. |
Copyright © 2017 WSO2. All rights reserved.