Package 

Interface Plugin


  • @FunctionalInterface() 
    public interface Plugin
    
                        

    A extension is a modular way of adding functionality to a Javalin instance. Lifecycle interfaces can be used to listen to specific callbacks. To apply a plugin use registerPlugin.

    • Method Summary

      Modifier and Type Method Description
      abstract void apply(@NotNull() Javalin app)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait