Interface PlatformManagementInterfaceAPIController
-
- All Superinterfaces:
WebServerController
public interface PlatformManagementInterfaceAPIController extends WebServerController
This interface represents the Platform Management Interface controller for the exposed APIs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
routeNewRegistration(io.javalin.http.Context context)
Notify registration to a new Platform.-
Methods inherited from interface io.github.webbasedwodt.application.component.WebServerController
registerRoutes
-
-