@Configuration @ConditionalOnClass(name="org.springframework.boot.actuate.health.HealthIndicator") @ConditionalOnEnabledHealthIndicator(value="binders") public class KafkaStreamsBinderHealthIndicatorConfiguration extends Object
| Constructor and Description |
|---|
KafkaStreamsBinderHealthIndicatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
KafkaStreamsBinderHealthIndicator |
kafkaStreamsBinderHealthIndicator(org.springframework.beans.factory.ObjectProvider<KafkaStreamsRegistry> kafkaStreamsRegistry,
KafkaStreamsBinderConfigurationProperties kafkaStreamsBinderConfigurationProperties,
org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties,
KafkaStreamsBindingInformationCatalogue kafkaStreamsBindingInformationCatalogue) |
public KafkaStreamsBinderHealthIndicatorConfiguration()
@Bean public KafkaStreamsBinderHealthIndicator kafkaStreamsBinderHealthIndicator(org.springframework.beans.factory.ObjectProvider<KafkaStreamsRegistry> kafkaStreamsRegistry, @Qualifier(value="binderConfigurationProperties") KafkaStreamsBinderConfigurationProperties kafkaStreamsBinderConfigurationProperties, org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties, KafkaStreamsBindingInformationCatalogue kafkaStreamsBindingInformationCatalogue)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.