-
Bug
-
Resolution: Done
-
Major
-
None
-
5
e.g for Rules, you implement listeners by injecting a config
@ApplicationScoped public class RuleEventListenerConfig extends DefaultRuleEventListenerConfig { public RuleEventListenerConfig() { super(new PrometheusMetricsDroolsListener("onboarding")); } }
but this is effectively only used to configure event listeners. So we should (also?) support to inject the listener; e.g.
@ApplicationScoped public class PrometheusMetricsDroolsListener ...
- causes
-
KOGITO-1954 Add example(s) of direct DMN listener injection
- Closed
- is related to
-
KOGITO-1769 Refactor code generation of Config object creation
- Resolved