Class ManagementConfiguration
- java.lang.Object
-
- pl.allegro.tech.hermes.management.config.ManagementConfiguration
-
@Configuration @EnableConfigurationProperties({TopicProperties.class,MetricsProperties.class,HttpClientProperties.class,ConsistencyCheckerProperties.class}) public class ManagementConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ManagementConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.Clockclock()SubscriptionLagSourceconsumerLagSource()com.codahale.metrics.MetricRegistrymetricRegistry()com.fasterxml.jackson.databind.ObjectMapperobjectMapper()
-
-
-
Method Detail
-
objectMapper
@Bean public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
-
metricRegistry
@Bean @ConditionalOnMissingBean public com.codahale.metrics.MetricRegistry metricRegistry()
-
consumerLagSource
@Bean @ConditionalOnMissingBean public SubscriptionLagSource consumerLagSource()
-
clock
@Bean public java.time.Clock clock()
-
-