Uses of Interface
com.peterphi.std.guice.common.shutdown.iface.StoppableService
Packages that use StoppableService
Package
Description
-
Uses of StoppableService in com.peterphi.std.guice.common.daemon
Classes in com.peterphi.std.guice.common.daemon that implement StoppableServiceModifier and TypeClassDescriptionclass
class
A recurring daemon that runs once a day (although it can be triggered to run early)class
class
A recurring daemon that runs at particular scheduled times (although it can be triggered to run early) -
Uses of StoppableService in com.peterphi.std.guice.common.serviceprops.net
Classes in com.peterphi.std.guice.common.serviceprops.net that implement StoppableService -
Uses of StoppableService in com.peterphi.std.guice.common.shutdown.iface
Methods in com.peterphi.std.guice.common.shutdown.iface with parameters of type StoppableServiceModifier and TypeMethodDescriptionvoid
ShutdownManager.register
(StoppableService service) Registers a service to be notified when the system shuts down
The ShutdownManager will hold a strong reference to this object, preventing it from being garbage collected until shutdown. -
Uses of StoppableService in com.peterphi.std.guice.metrics.worker
Classes in com.peterphi.std.guice.metrics.worker that implement StoppableServiceModifier and TypeClassDescriptionclass
Thread worker responsible for periodically running health checks and logging failures -
Uses of StoppableService in com.peterphi.std.guice.restclient.resteasy.impl
Classes in com.peterphi.std.guice.restclient.resteasy.impl that implement StoppableService -
Uses of StoppableService in com.peterphi.std.guice.restclient.resteasy.impl.apache43
Classes in com.peterphi.std.guice.restclient.resteasy.impl.apache43 that implement StoppableService -
Uses of StoppableService in com.peterphi.std.guice.restclient.resteasy.impl.okhttp
Classes in com.peterphi.std.guice.restclient.resteasy.impl.okhttp that implement StoppableService -
Uses of StoppableService in com.peterphi.usermanager.daemon
Classes in com.peterphi.usermanager.daemon that implement StoppableService -
Uses of StoppableService in com.peterphi.usermanager.guice.async
Classes in com.peterphi.usermanager.guice.async that implement StoppableService