Uses of Interface
ratpack.core.service.StopEvent
-
Packages that use StopEvent Package Description ratpack.core.service Services participate in the application start/stop lifecycle.ratpack.hikari Provides integration with HikariCP library. -
-
Uses of StopEvent in ratpack.core.service
Methods in ratpack.core.service with parameters of type StopEvent Modifier and Type Method Description default void
Service. onStop(StopEvent event)
Server stop event.Method parameters in ratpack.core.service with type arguments of type StopEvent Modifier and Type Method Description static Service
Service. shutdown(String name, Action<? super StopEvent> action)
Creates a service that executes the given action as theService.onStop(StopEvent)
implementation. -
Uses of StopEvent in ratpack.hikari
Methods in ratpack.hikari with parameters of type StopEvent Modifier and Type Method Description void
HikariService. onStop(StopEvent event)
-