org.drools.command.BatchExecutionCommand Maven / Gradle / Ivy
package org.drools.command;
import org.drools.runtime.ExecutionResults;
public interface BatchExecutionCommand extends Command {
}
package org.drools.command;
import org.drools.runtime.ExecutionResults;
public interface BatchExecutionCommand extends Command {
}