Interface StopEvent


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

      • getRegistry

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

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