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