![JAR search and dependency download from the Maven repository](/logo.png)
org.drools.grid.Grid Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of drools-spring Show documentation
Show all versions of drools-spring Show documentation
Drools and jBPM integration for Spring.
package org.drools.grid;
public interface Grid {
public T get(Class serviceClass);
public GridNode createGridNode(String id);
public void removeGridNode(String id);
public GridNode getGridNode(String id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy