Interface NotExecutableActionStrategy
-
public interface NotExecutableActionStrategy
Strategy 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 void
handleNotExecutableAction(RuleAction action, java.lang.Object context)
-
-
-
Method Detail
-
handleNotExecutableAction
void handleNotExecutableAction(RuleAction action, java.lang.Object context)
-
-