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

mn.foreman.api.endpoints.qse.Qse Maven / Gradle / Ivy

There is a newer version: 1.78.0
Show newest version
package mn.foreman.api.endpoints.qse;

import mn.foreman.api.endpoints.qse.prioritypower.PriorityPower;

/** Endpoints for QSE-related processing. */
public interface Qse {

    /**
     * Returns a handler for publishing PriorityPower-related data to Foreman.
     *
     * @return The handler.
     */
    PriorityPower priorityPower();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy