Package de.trustable.ca3s.core.schedule
Class ShutdownApplicationListener
- java.lang.Object
-
- de.trustable.ca3s.core.schedule.ShutdownApplicationListener
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextStoppedEvent>
@Component public class ShutdownApplicationListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextStoppedEvent>
-
-
Constructor Summary
Constructors Constructor Description ShutdownApplicationListener(AuditService auditService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.context.event.ContextStoppedEvent event)
-
-
-
Constructor Detail
-
ShutdownApplicationListener
@Autowired public ShutdownApplicationListener(AuditService auditService)
-
-