Interface NotExecutableActionStrategy
-
public interface NotExecutableActionStrategyStrategy that encapsulates the logic in case rule action can't be executed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleNotExecutableAction(RuleAction action, java.lang.Object context)
-
-
-
Method Detail
-
handleNotExecutableAction
void handleNotExecutableAction(RuleAction action, java.lang.Object context)
-
-