Interface PluginController

All Superinterfaces:
PluginProvider

public interface PluginController extends PluginProvider
Plugin Controllers must implement this interface and define a list of Routes they handle.
  • Method Details

    • getRoutes

      List<Route> getRoutes()
      Defines a list of routes the controller can handle.
      Returns:
      List of Routes