我在java中使用ESPER 5.1.0来运行对日志事件(发送者,消息)的分析。我想为每个发件人寻找某些消息模式。 我打算通过定义context来做到这一点。我设法创建EPContextPartitionAdmin,但我不明白 和 我需要创建实际上下文。
是否有像.createEPL()这样的上下文定义?或者我在这里错过了一点。
答案 0 :(得分:0)
是的,上下文是EPL构造。你通过" createEPL"来声明它。 API。 例如:
admin.createEPL("create context Every5Minute start @now end after 5 minutes");