Interface StartEvent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ratpack.registry.Registry getRegistry()
      The server registry.
      boolean isReload()
      If the server is starting in response to a reload (during development), as opposed to for the first time.
    • Method Detail

      • getRegistry

        ratpack.registry.Registry getRegistry()
        The server registry.
        Returns:
        the server registry
      • isReload

        boolean isReload()
        If the server is starting in response to a reload (during development), as opposed to for the first time.
        Returns:
        if the server is starting in response to a reload