Interface StartEvent


  • @Deprecated
    public interface StartEvent
    Deprecated.
    since 1.3
    Deprecated, replaced by StartEvent.
    See Also:
    StartEvent
    • Method Detail

      • getRegistry

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

        boolean isReload()
        Deprecated.
        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