Uses of Interface
ratpack.server.StopEvent
-
Packages that use StopEvent Package Description ratpack.hikari Provides integration with HikariCP library.ratpack.server Objects used to start a ratpack application. -
-
Uses of StopEvent in ratpack.hikari
Methods in ratpack.hikari with parameters of type StopEvent Modifier and Type Method Description voidHikariService. onStop(StopEvent event) -
Uses of StopEvent in ratpack.server
Methods in ratpack.server with parameters of type StopEvent Modifier and Type Method Description default voidService. onStop(StopEvent event)Deprecated.
-