Class AsynchronousActionService
java.lang.Object
com.peterphi.usermanager.guice.async.AsynchronousActionService
- All Implemented Interfaces:
GuiceLifecycleListener
,StoppableService
public class AsynchronousActionService
extends Object
implements StoppableService, GuiceLifecycleListener
-
Constructor Details
-
AsynchronousActionService
public AsynchronousActionService()
-
-
Method Details
-
submit
-
submit
-
postConstruct
public void postConstruct()Description copied from interface:GuiceLifecycleListener
Called after this object has been fully and successfully constructed- Specified by:
postConstruct
in interfaceGuiceLifecycleListener
-
shutdown
public void shutdown()Description copied from interface:StoppableService
Called to request this service clean up any ongoing work and terminate. SeeShutdownManager.shutdown()
for the shutdown sequence guarantees- Specified by:
shutdown
in interfaceStoppableService
-