Class KafkaStreamsBinderHealthIndicatorConfiguration
java.lang.Object
org.springframework.cloud.stream.binder.kafka.streams.KafkaStreamsBinderHealthIndicatorConfiguration
@Configuration
@ConditionalOnClass(name="org.springframework.boot.actuate.health.HealthIndicator")
@ConditionalOnEnabledHealthIndicator("binders")
public class KafkaStreamsBinderHealthIndicatorConfiguration
extends Object
Configuration class for Kafka-streams binder health indicator beans.
- Author:
- Arnaud Jardiné
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkafkaStreamsBinderHealthIndicator(org.springframework.beans.factory.ObjectProvider<KafkaStreamsRegistry> kafkaStreamsRegistry, KafkaStreamsBinderConfigurationProperties kafkaStreamsBinderConfigurationProperties, org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties, KafkaStreamsBindingInformationCatalogue kafkaStreamsBindingInformationCatalogue)
-
Constructor Details
-
KafkaStreamsBinderHealthIndicatorConfiguration
public KafkaStreamsBinderHealthIndicatorConfiguration()
-
-
Method Details
-
kafkaStreamsBinderHealthIndicator
@Bean public KafkaStreamsBinderHealthIndicator kafkaStreamsBinderHealthIndicator(org.springframework.beans.factory.ObjectProvider<KafkaStreamsRegistry> kafkaStreamsRegistry, @Qualifier("binderConfigurationProperties") KafkaStreamsBinderConfigurationProperties kafkaStreamsBinderConfigurationProperties, org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties, KafkaStreamsBindingInformationCatalogue kafkaStreamsBindingInformationCatalogue)
-