@Configuration @Role(value=2) @EnableConfigurationProperties(value=BindingServiceProperties.class) @Import(value=org.springframework.cloud.stream.config.ContentTypeConfiguration.class) @Deprecated public class BinderFactoryConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger
Deprecated.
|
Constructor and Description |
---|
BinderFactoryConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BinderTypeRegistry |
binderTypeRegistry(org.springframework.context.ConfigurableApplicationContext configurableApplicationContext)
Deprecated.
|
SubscribableChannelBindingTargetFactory |
channelFactory(CompositeMessageChannelConfigurer compositeMessageChannelConfigurer)
Deprecated.
|
CompositeMessageChannelConfigurer |
compositeMessageChannelConfigurer(MessageConverterConfigurer messageConverterConfigurer)
Deprecated.
|
MessageConverterConfigurer |
messageConverterConfigurer(BindingServiceProperties bindingServiceProperties,
CompositeMessageConverterFactory compositeMessageConverterFactory)
Deprecated.
|
static org.springframework.messaging.handler.annotation.support.MessageHandlerMethodFactory |
messageHandlerMethodFactory(CompositeMessageConverterFactory compositeMessageConverterFactory,
org.springframework.integration.handler.support.HandlerMethodArgumentResolversHolder ahmar,
org.springframework.validation.Validator validator)
Deprecated.
|
MessageSourceBindingTargetFactory |
messageSourceFactory(CompositeMessageConverterFactory compositeMessageConverterFactory,
CompositeMessageChannelConfigurer compositeMessageChannelConfigurer)
Deprecated.
|
@Bean public BinderTypeRegistry binderTypeRegistry(org.springframework.context.ConfigurableApplicationContext configurableApplicationContext)
@Bean public MessageConverterConfigurer messageConverterConfigurer(BindingServiceProperties bindingServiceProperties, CompositeMessageConverterFactory compositeMessageConverterFactory)
@Bean public SubscribableChannelBindingTargetFactory channelFactory(CompositeMessageChannelConfigurer compositeMessageChannelConfigurer)
@Bean public MessageSourceBindingTargetFactory messageSourceFactory(CompositeMessageConverterFactory compositeMessageConverterFactory, CompositeMessageChannelConfigurer compositeMessageChannelConfigurer)
@Bean public CompositeMessageChannelConfigurer compositeMessageChannelConfigurer(MessageConverterConfigurer messageConverterConfigurer)
@Bean public static org.springframework.messaging.handler.annotation.support.MessageHandlerMethodFactory messageHandlerMethodFactory(CompositeMessageConverterFactory compositeMessageConverterFactory, @Qualifier(value="integrationArgumentResolvers") org.springframework.integration.handler.support.HandlerMethodArgumentResolversHolder ahmar, @Nullable org.springframework.validation.Validator validator)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.