ESPER - 如何创建上下文

ESPER - how to create a context

我在 java 到 运行 日志事件(发件人、消息)分析中使用 ESPER 5.1.0。我想为每个发件人寻找特定的消息模式。 我打算通过定义 context. I managed to create the EPContextPartitionAdmin 来做到这一点,但我不明白 howwhere 我需要创建实际的上下文。

是否有类似 .createEPL() 的上下文定义?还是我漏掉了一点。

是的,上下文是 EPL 结构。您通过 "createEPL" API 声明它。 例如:

admin.createEPL("create context Every5Minute start @now end after 5 minutes");