| Class | Description |
|---|---|
| RulesChronoAgendaEventListener |
Collect live performance statistic for rules (then block) as aggregated
Serializable result.Statistic domains are JVM global, you can use unique session prefix as a namespace if needed. |
| RulesChronoChartRecorder |
Collect live performance statistic for rules (then block) as aggregated result and jfree chart
TimeSeries.Suitable for real environment and statistic delivery at the end of the flow or exposed by rest API etc. Statistic domains are JVM global, you can use unique session prefix as a namespace if needed. Note: This class creates single background thread (for all instances) which will stop gracefully when last instance will be garbage collected. |
Copyright © 2020. All rights reserved.