Class HvlLogProducerConfigurableLogJpaProviderApplicationReadyListener

java.lang.Object
tr.com.havelsan.javarch.log.producer.configurablelog.jpa.provider.listener.HvlLogProducerConfigurableLogJpaProviderApplicationReadyListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>

@Component public class HvlLogProducerConfigurableLogJpaProviderApplicationReadyListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
Application ready listener for log producer provider configurable log.
  • Constructor Details

    • HvlLogProducerConfigurableLogJpaProviderApplicationReadyListener

      public HvlLogProducerConfigurableLogJpaProviderApplicationReadyListener(HvlLogProducerProviderCacheService cacheService)
      Instantiates a new HvlLogProducerProviderApplicationReadyListener.
      Parameters:
      cacheService - the cache service
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>