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

org.jetlinks.rule.engine.api.scope.ContextScope Maven / Gradle / Ivy

The newest version!
package org.jetlinks.rule.engine.api.scope;

import org.jetlinks.rule.engine.api.RuleData;

/**
 * 上下文作用域
 *
 * @see RuleData#getContextId()
 * @since 1.1.1
 */
public interface ContextScope extends PersistenceScope {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy