@Singleton public class DelegateApplicationLifecycle extends java.lang.Object implements ApplicationLifecycle
| Constructor and Description |
|---|
DelegateApplicationLifecycle(play.api.inject.ApplicationLifecycle delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStopHook(java.util.concurrent.Callable<? extends java.util.concurrent.CompletionStage<?>> hook)
Add a stop hook to be called when the application stops.
|
@Inject public DelegateApplicationLifecycle(play.api.inject.ApplicationLifecycle delegate)
public void addStopHook(java.util.concurrent.Callable<? extends java.util.concurrent.CompletionStage<?>> hook)
ApplicationLifecycleaddStopHook in interface ApplicationLifecycle