
org.drools.grid.GridNode 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.
The newest version!
package org.drools.grid;
public interface GridNode
// extends
// GridService
{
public T get(String identifier,
Class cls);
public T get(Class serviceClass);
public void set(String identifier,
Object object);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy