Package 

Interface PluginLifecycleInit

    • Method Summary

      Modifier and Type Method Description
      abstract Unit init(Javalin app) Initialize properties and event listener.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • init

         abstract Unit init(Javalin app)

        Initialize properties and event listener. This will be called before any handler is registered. It is not allowed to register handler during this lifecycle.