Package io.siddhi.core.util
Interface Schedulable
-
- All Known Implementing Classes:
AggregationGroupByWindowedPerSnapshotOutputRateLimiter,AggregationWindowedPerSnapshotOutputRateLimiter,AllAggregationGroupByWindowedPerSnapshotOutputRateLimiter,AllAggregationPerSnapshotOutputRateLimiter,AllPerTimeOutputRateLimiter,EntryValveExecutor,EntryValveProcessor,FirstGroupByPerTimeOutputRateLimiter,FirstPerTimeOutputRateLimiter,GroupByPerSnapshotOutputRateLimiter,LastGroupByPerTimeOutputRateLimiter,LastPerTimeOutputRateLimiter,PerSnapshotOutputRateLimiter,SnapshotOutputRateLimiter,WindowedPerSnapshotOutputRateLimiter
public interface SchedulableInterface to mark any Siddhi execution component which is using scheduler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(ComplexEventChunk complexEventChunk)
-
-
-
Method Detail
-
process
void process(ComplexEventChunk complexEventChunk)
-
-