Class HealthConfiguration
- java.lang.Object
-
- pl.allegro.tech.hermes.consumers.config.HealthConfiguration
-
@Configuration public class HealthConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HealthConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumerHttpServerconsumerHttpServer(pl.allegro.tech.hermes.common.config.ConfigFactory configFactory, ConsumerMonitor monitor, com.fasterxml.jackson.databind.ObjectMapper mapper)ConsumerMonitorconsumerMonitor()
-
-
-
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
-
consumerMonitor
@Bean public ConsumerMonitor consumerMonitor()
-
-