I am new using esper
. I don't know well about esper epl
, so I'm in trouble.
Problem is this.
User define the value section.
For Example,
Level1 : 1~3
Level2 : 4~6
Level3 : 7~9
So when the data come first, check the section and make events.
But previous value and new value is same level do nothing (ex. prev value=1, next value=2 These are in same Level1)
.
In other words, when data is come, check the previous value and level. If they have different level, do something.
Esper Epl can do this? How can I make it?