
org.openremote.manager.rules.flow.NodeImplementation Maven / Gradle / Ivy
package org.openremote.manager.rules.flow;
public interface NodeImplementation {
Object execute(NodeExecutionRequestInfo info) throws RuntimeException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy