Class LogRepositoryConfiguration


  • @Configuration
    public class LogRepositoryConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pl.allegro.tech.hermes.tracker.management.LogRepository logRepository()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogRepositoryConfiguration

        public LogRepositoryConfiguration()
    • Method Detail

      • logRepository

        @Bean
        @ConditionalOnMissingBean(pl.allegro.tech.hermes.tracker.management.LogRepository.class)
        public pl.allegro.tech.hermes.tracker.management.LogRepository logRepository()