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 Details

    • AbandonedConnectionCleanupShutdownListener

      public AbandonedConnectionCleanupShutdownListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextClosedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>
      See Also: