Class HealthConfiguration


  • @Configuration
    public class HealthConfiguration
    extends java.lang.Object
    • Constructor Detail

      • HealthConfiguration

        public HealthConfiguration()
    • Method Detail

      • consumerHttpServer

        @Bean(initMethod="start",
              destroyMethod="stop")
        public ConsumerHttpServer consumerHttpServer​(pl.allegro.tech.hermes.common.config.ConfigFactory configFactory,
                                                     ConsumerMonitor monitor,
                                                     com.fasterxml.jackson.databind.ObjectMapper mapper)
                                              throws java.io.IOException
        Throws:
        java.io.IOException