All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kie.services.client.api.RemoteRuntimeEngineFactory Maven / Gradle / Ivy

There is a newer version: 6.1.0.Final
Show newest version
package org.kie.services.client.api;

import org.kie.api.runtime.manager.RuntimeEngine;

public interface RemoteRuntimeEngineFactory {

    RuntimeEngine newRuntimeEngine();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy