Class AbandonedConnectionCleanupShutdownListener
java.lang.Object
org.apache.fineract.infrastructure.core.service.AbandonedConnectionCleanupShutdownListener
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>
@Service
public class AbandonedConnectionCleanupShutdownListener
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.springframework.context.event.ContextClosedEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
AbandonedConnectionCleanupShutdownListener
public AbandonedConnectionCleanupShutdownListener()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextClosedEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>- See Also:
-