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

org.drools.agent.KnowledgeAgentConfiguration Maven / Gradle / Ivy

There is a newer version: 5.1.1
Show newest version
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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy