Package io.siddhi.core.query.output.ratelimit.time
-
Class Summary Class Description AllPerTimeOutputRateLimiter Implementation ofOutputRateLimiterwhich will collect pre-defined time period and the emit all collected events as a batch.FirstGroupByPerTimeOutputRateLimiter Implementation ofOutputRateLimiterwhich will collect pre-defined time period and the emit only first event.FirstPerTimeOutputRateLimiter Implementation ofOutputRateLimiterwhich will collect pre-defined time period and the emit only first event.LastGroupByPerTimeOutputRateLimiter Implementation ofOutputRateLimiterwhich will collect pre-defined time period and the emit only last event.LastPerTimeOutputRateLimiter Implementation ofOutputRateLimiterwhich will collect pre-defined time period and the emit only last event.