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

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