I found out that it is possible to detect the absence of an event using for example: select * from pattern [every EventX -> (timer:interval(10 sec) and not EventX)], but is it also possible to detect the presence of an event after it was absent? Using prior perhaps? And is it possible to use one statement for detecting both absence and presence? Thanks in advance!
相关问题
- Esper window usage: Recalculation based on event l
- How to describe this complex scene by cep?
- Esper - detect event after absence
- Esper - detect absence of a certain event
- Esper data loss when inbound threading is enabled
相关文章
- How to describe this complex scene by cep?
- Esper - detect event after absence
- Esper - detect absence of a certain event
- Esper data loss when inbound threading is enabled
- Creating instances of Esper's epl
- The concept groupwin is like the unaligned windows
- Generating a deduplicated event stream without a w
Its sounds like you are looking for this
...adding some time interval withing which the event should arrive...
Try an outer join to detect with multiple patterns: