org.drools.agent.KnowledgeAgentConfiguration Maven / Gradle / Ivy
package org.drools.agent;
import org.drools.PropertiesConfiguration;
/**
* drools.agent.scanResources =
* drools.agent.scanDirectories =
* drools.agent.newInstance = // currently this is hard coded to true
* drools.agent.monitorChangeSetEvents =
*
* @see org.drools.agent.KnowledgeAgent
* @see org.drools.agent.KnowledgeAgentConfiguration
*/
public interface KnowledgeAgentConfiguration extends PropertiesConfiguration {
}