Package io.siddhi.core.query.output.ratelimit.event
-
Class Summary Class Description AllPerEventOutputRateLimiter Implementation ofOutputRateLimiterwhich will collect pre-defined number of events and the emit all collected events as a batch.FirstGroupByPerEventOutputRateLimiter Implementation ofOutputRateLimiterwhich will collect pre-defined number of events and the emit only the first event.FirstPerEventOutputRateLimiter Implementation ofOutputRateLimiterwhich will collect pre-defined number of events and the emit only the first event.LastGroupByPerEventOutputRateLimiter Implementation ofOutputRateLimiterwhich will collect pre-defined number of events and the emit only the last event.LastPerEventOutputRateLimiter Implementation ofOutputRateLimiterwhich will collect pre-defined number of events and the emit only the last event.