Interface StartupService

    • Method Detail

      • addOperation

        void addOperation​(Runnable r)
        Adds an operation that will run as soon as the application starts up.
      • executeOperations

        void executeOperations()
        Execute all registered startup operations, in the order they were registered, blocking until complete.