@Configuration
@Import(value={org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration.class,MultiBinderPropertiesConfiguration.class,KafkaStreamsBinderHealthIndicatorConfiguration.class,KafkaStreamsJaasConfiguration.class})
public class KTableBinderConfiguration
extends Object
| Constructor and Description |
|---|
KTableBinderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.stream.binder.kafka.streams.KTableBinder |
kTableBinder(KafkaStreamsBinderConfigurationProperties binderConfigurationProperties,
KafkaTopicProvisioner kafkaTopicProvisioner,
KafkaStreamsExtendedBindingProperties kafkaStreamsExtendedBindingProperties,
KafkaStreamsBindingInformationCatalogue kafkaStreamsBindingInformationCatalogue,
Map<String,Object> streamConfigGlobalProperties,
KafkaStreamsRegistry kafkaStreamsRegistry) |
static org.springframework.beans.factory.config.BeanFactoryPostProcessor |
outerContextBeanFactoryPostProcessor() |
KafkaTopicProvisioner |
provisioningProvider(KafkaStreamsBinderConfigurationProperties binderConfigurationProperties,
org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties,
org.springframework.beans.factory.ObjectProvider<AdminClientConfigCustomizer> adminClientConfigCustomizer) |
@Bean public KafkaTopicProvisioner provisioningProvider(KafkaStreamsBinderConfigurationProperties binderConfigurationProperties, org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties, org.springframework.beans.factory.ObjectProvider<AdminClientConfigCustomizer> adminClientConfigCustomizer)
@Bean public org.springframework.cloud.stream.binder.kafka.streams.KTableBinder kTableBinder(KafkaStreamsBinderConfigurationProperties binderConfigurationProperties, KafkaTopicProvisioner kafkaTopicProvisioner, KafkaStreamsExtendedBindingProperties kafkaStreamsExtendedBindingProperties, KafkaStreamsBindingInformationCatalogue kafkaStreamsBindingInformationCatalogue, @Qualifier(value="streamConfigGlobalProperties") Map<String,Object> streamConfigGlobalProperties, KafkaStreamsRegistry kafkaStreamsRegistry)
@Bean @ConditionalOnBean(name="outerContext") public static org.springframework.beans.factory.config.BeanFactoryPostProcessor outerContextBeanFactoryPostProcessor()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.