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 Detail

      • getRoutes

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