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

org.drools.runtime.process.StatelessProcessSession Maven / Gradle / Ivy

There is a newer version: 5.1.1
Show newest version
package org.drools.runtime.process;

/**
 * There are currently no process related methods that are used with the external StatelessKnowledgeSession class. So this
 * interface is just a marker at the moment, but may find more uses in the future as requirements are discovered.
 *
 * @see org.drools.runtime.StatelessKnowledgeSession
 */
public interface StatelessProcessSession {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy