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

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