@Configuration @Import(value=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration.class) public class KStreamBinderConfiguration extends Object
| Constructor and Description |
|---|
KStreamBinderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.stream.binder.kafka.streams.KStreamBinder |
kStreamBinder(KafkaStreamsBinderConfigurationProperties binderConfigurationProperties,
KafkaTopicProvisioner kafkaTopicProvisioner,
KafkaStreamsMessageConversionDelegate KafkaStreamsMessageConversionDelegate,
org.springframework.cloud.stream.binder.kafka.streams.KafkaStreamsBindingInformationCatalogue KafkaStreamsBindingInformationCatalogue,
org.springframework.cloud.stream.binder.kafka.streams.KeyValueSerdeResolver keyValueSerdeResolver,
KafkaStreamsExtendedBindingProperties kafkaStreamsExtendedBindingProperties,
Map<String,org.springframework.cloud.stream.binder.kafka.streams.KafkaStreamsDlqDispatch> kafkaStreamsDlqDispatchers) |
static org.springframework.beans.factory.config.BeanFactoryPostProcessor |
outerContextBeanFactoryPostProcessor() |
KafkaTopicProvisioner |
provisioningProvider(KafkaStreamsBinderConfigurationProperties kafkaStreamsBinderConfigurationProperties,
org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties) |
@Bean public KafkaTopicProvisioner provisioningProvider(KafkaStreamsBinderConfigurationProperties kafkaStreamsBinderConfigurationProperties, org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties)
@Bean public org.springframework.cloud.stream.binder.kafka.streams.KStreamBinder kStreamBinder(KafkaStreamsBinderConfigurationProperties binderConfigurationProperties, KafkaTopicProvisioner kafkaTopicProvisioner, KafkaStreamsMessageConversionDelegate KafkaStreamsMessageConversionDelegate, org.springframework.cloud.stream.binder.kafka.streams.KafkaStreamsBindingInformationCatalogue KafkaStreamsBindingInformationCatalogue, org.springframework.cloud.stream.binder.kafka.streams.KeyValueSerdeResolver keyValueSerdeResolver, KafkaStreamsExtendedBindingProperties kafkaStreamsExtendedBindingProperties, @Qualifier(value="kafkaStreamsDlqDispatchers") Map<String,org.springframework.cloud.stream.binder.kafka.streams.KafkaStreamsDlqDispatch> kafkaStreamsDlqDispatchers)
@Bean @ConditionalOnBean(name="outerContext") public static org.springframework.beans.factory.config.BeanFactoryPostProcessor outerContextBeanFactoryPostProcessor()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.