
com.fluxtion.server.plugin.rest.service.RestController Maven / Gradle / Ivy
/*
* SPDX-FileCopyrightText: © 2024 Gregory Higgins
* SPDX-License-Identifier: AGPL-3.0-only
*/
package com.fluxtion.server.plugin.rest.service;
public interface RestController {
void addCommand(String command, CommandProcessor commandProcessor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy