public interface LifecycleListener
| Modifier and Type | Method and Description |
|---|---|
void |
shutdown()
Shutdown the task.
|
void |
shutdownNow()
Initiate ungraceful shutdown.
|
void shutdown()
LifecycleListener that is already shutdown or in
the process of shutting down should have no effect.void shutdownNow()
LifecycleListener that is already shutdown or in
the process of shutting down should have no effect.Copyright © 2022. All rights reserved.