
org.kie.server.services.api.KieSessionLookupHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-server-services-common Show documentation
Show all versions of kie-server-services-common Show documentation
KIE Execution Server Services
package org.kie.server.services.api;
import org.kie.api.runtime.CommandExecutor;
import org.kie.server.api.model.KieContainerResource;
public interface KieSessionLookupHandler {
CommandExecutor lookupKieSession(String kieSessionId, KieContainerInstance containerInstance, KieServerRegistry registry);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy