Interface GuiceLifecycleListener
- All Known Implementing Classes:
AbstractGauge
,AbstractHealthCheck
,AsynchronousActionService
,BackgroundTaskDaemon
,DeleteExpiredSessionDaemon
,FolderAccessibleCheck
,GuiceDaemon
,GuiceDailyDaemon
,GuiceRecurringDaemon
,GuiceScheduledDaemon
,HealthCheckWorker
,NetworkConfigReloadDaemon
,OAuthUser
,ThymeleafCSRFTokenStoreRegistration
public interface GuiceLifecycleListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called after this object has been fully and successfully constructed
-
Method Details
-
postConstruct
void postConstruct()Called after this object has been fully and successfully constructed
-