Interface NotExecutableActionStrategy


  • public interface NotExecutableActionStrategy
    Strategy that encapsulates the logic in case rule action can't be executed.
    • Method Detail

      • handleNotExecutableAction

        void handleNotExecutableAction​(RuleAction action,
                                       java.lang.Object context)