Interface DmnDecisionEvaluationListener

All Known Implementing Classes:
DefaultEngineMetricCollector, DmnEngineMetricCollectorWrapper, HistoryDecisionEvaluationListener, MetricsDecisionEvaluationListener

public interface DmnDecisionEvaluationListener
A listener which will be notified after a decision was evaluated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Will be called after a decision was evaluated.
  • Method Details

    • notify

      void notify(DmnDecisionEvaluationEvent evaluationEvent)
      Will be called after a decision was evaluated.
      Parameters:
      evaluationEvent - the evaluation event