Package ratpack.server
Interface Stopper
-
@NonBlocking public interface Stopper
The mechanism for stopping the application from within the application.An implementation of this is always available via the context registry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstop()Initiates the shutdown process for the running application.
-