@Configuration(proxyBeanMethods=false) @ConditionalOnMissingBean(value=org.springframework.cloud.stream.binder.Binder.class) @EnableConfigurationProperties(value=PubSubExtendedBindingProperties.class) public class PubSubBinderConfiguration extends Object
Constructor and Description |
---|
PubSubBinderConfiguration() |
Modifier and Type | Method and Description |
---|---|
PubSubMessageChannelBinder |
pubSubBinder(PubSubChannelProvisioner pubSubChannelProvisioner,
PubSubTemplate pubSubTemplate,
PubSubExtendedBindingProperties pubSubExtendedBindingProperties) |
PubSubChannelProvisioner |
pubSubChannelProvisioner(PubSubAdmin pubSubAdmin) |
org.springframework.cloud.stream.config.BindingHandlerAdvise.MappingsProvider |
pubSubExtendedPropertiesDefaultMappingsProvider() |
@Bean public PubSubChannelProvisioner pubSubChannelProvisioner(PubSubAdmin pubSubAdmin)
@Bean public PubSubMessageChannelBinder pubSubBinder(PubSubChannelProvisioner pubSubChannelProvisioner, PubSubTemplate pubSubTemplate, PubSubExtendedBindingProperties pubSubExtendedBindingProperties)
@Bean public org.springframework.cloud.stream.config.BindingHandlerAdvise.MappingsProvider pubSubExtendedPropertiesDefaultMappingsProvider()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.