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

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

package org.kie.services.client.api;

import java.util.Collection;

import org.kie.services.client.api.command.RemoteRuntimeEngine;


public interface RemoteRuntimeEngineFactory {

    RemoteRuntimeEngine newRuntimeEngine();

    void addExtraJaxbClasses(Collection> extraJaxbClasses );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy