Package io.siddhi.sample
Class TimeWindowSample
- java.lang.Object
-
- io.siddhi.sample.TimeWindowSample
-
public class TimeWindowSample extends Object
Sample Siddhi application that groups the events by symbol and calculates aggregates such as the sum of price and sum of volume for the last sliding 5 seconds time window.
-
-
Constructor Summary
Constructors Constructor Description TimeWindowSample()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws InterruptedException
- Throws:
InterruptedException
-
-