Package org.drools.ruleunit.command
Class RunUnitCommand<T extends RuleUnit>
- java.lang.Object
-
- org.drools.ruleunit.command.RunUnitCommand<T>
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Integer>
,org.kie.api.command.ExecutableCommand<Integer>
public class RunUnitCommand<T extends RuleUnit> extends Object implements org.kie.api.command.ExecutableCommand<Integer>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RunUnitCommand(Class<T> unitClass)
RunUnitCommand(Supplier<T> unitSupplier)
-