mn.foreman.api.endpoints.qse.Qse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-api Show documentation
Show all versions of java-api Show documentation
A library for interacting with the Foreman API.
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();
}