Uses of Interface
ratpack.server.Service
-
Packages that use Service Package Description ratpack.hikari Provides integration with HikariCP library.ratpack.service Services participate in the application start/stop lifecycle.ratpack.session Objects for providingSession
support. -
-
Uses of Service in ratpack.hikari
Classes in ratpack.hikari that implement Service Modifier and Type Class Description class
HikariService
-
Uses of Service in ratpack.service
Methods in ratpack.service that return Service Modifier and Type Method Description Service
LegacyServiceAdapter. getAdapted()
Deprecated.The legacy service being adapted. -
Uses of Service in ratpack.session
Subinterfaces of Service in ratpack.session Modifier and Type Interface Description interface
SessionStore
A persistent store of session data.
-