Interface KieCommands

  • All Superinterfaces:
    Comparable<KieService>, KieService

    public interface KieCommands
    extends KieService
    KieCommands is a factory for Commands that can be used by classes that implement CommandExecutor. Typically more than one Command will want to be executed, where is where the BatchExecution comes in, which takes a List of commands, think of it as CompositeCommand.