Class ShutdownService
- java.lang.Object
-
- app.coronawarn.server.services.download.ShutdownService
-
@Component public class ShutdownService extends Object
Service class for wrapping system exit calls.
-
-
Constructor Summary
Constructors Constructor Description ShutdownService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
shutdownApplication(org.springframework.context.ApplicationContext applicationContext)
Shutdown the application.
-