com.sitewhere.spi.server.groovy.ITenantGroovyConfiguration Maven / Gradle / Ivy
The newest version!
package com.sitewhere.spi.server.groovy;
import com.sitewhere.spi.server.lifecycle.ITenantLifecycleComponent;
import groovy.util.GroovyScriptEngine;
/**
* Supports access to a common Groovy configuration for tenant components.
*
* @author Derek
*/
public interface ITenantGroovyConfiguration extends ITenantLifecycleComponent {
/**
* Get Groovy script engine.
*
* @return
*/
public GroovyScriptEngine getGroovyScriptEngine();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy