Class RuleTrace2


  • public final class RuleTrace2
    extends Object
    Alternative trace mechanism approach. Unlike RuleTrace, not a 'get a bundle ready and fire as batch', but with distinct notifications for each phase. Perhaps, shall be an interface to hide different implementations (e.g. no-op; the one that reports thread; asynch/with batching; synchronous
    • Method Detail

      • isActive

        public boolean isActive()
      • reached

        public void reached()
      • blocked

        public void blocked​(boolean blocked)
      • condition

        public void condition​(boolean conditionMet)
      • dismissed

        public void dismissed()