Interface PlatformManagementInterfaceAPIController

All Superinterfaces:
WebServerController

public interface PlatformManagementInterfaceAPIController extends WebServerController
This interface represents the Platform Management Interface controller for the exposed APIs.
  • Method Summary

    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
  • Method Details

    • routeNewRegistration

      void routeNewRegistration(io.javalin.http.Context context)
      Notify registration to a new Platform.
      Parameters:
      context - the javalin context