最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - How to execute sequential agenda groups in Drools with singleton rule loading in Dropwizard? - Stack Overflow

programmeradmin4浏览0评论

I am trying to integrate Drools into my Dropwizard application, where I need to execute 4 agenda groups sequentially. The execution should follow these rules:

  1. Each agenda group should execute one after another.
  2. If a match is found in an agenda group, it should stop further execution within that group and proceed to the next group.
  3. The rules should be loaded once per environment, meaning singleton rule loading using a .drl file stored in the environment-specific YAML configuration.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论