Class RunUnitCommand<T extends RuleUnit>

    • Constructor Detail

      • RunUnitCommand

        public RunUnitCommand​(Class<T> unitClass)
      • RunUnitCommand

        public RunUnitCommand​(Supplier<T> unitSupplier)
    • Method Detail

      • execute

        public Integer execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<T extends RuleUnit>