@Deprecated public class BinderAwareChannelResolver extends org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
DestinationResolver implementation that
resolves the channel from the bean factory and, if not present, creates a new channel
and adds it to the factory after binding it to the binder.| Modifier and Type | Class and Description |
|---|---|
static interface |
BinderAwareChannelResolver.NewDestinationBindingCallback<T>
Deprecated.
Configure a new destination before it is bound.
|
| Constructor and Description |
|---|
BinderAwareChannelResolver(BindingService bindingService,
AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory,
DynamicDestinationsBindable dynamicDestinationsBindable)
Deprecated.
|
BinderAwareChannelResolver(BindingService bindingService,
AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory,
DynamicDestinationsBindable dynamicDestinationsBindable,
BinderAwareChannelResolver.NewDestinationBindingCallback callback)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.messaging.MessageChannel |
resolveDestination(String channelName)
Deprecated.
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
Deprecated.
|
public BinderAwareChannelResolver(BindingService bindingService, AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory, DynamicDestinationsBindable dynamicDestinationsBindable)
public BinderAwareChannelResolver(BindingService bindingService, AbstractBindingTargetFactory<? extends org.springframework.messaging.MessageChannel> bindingTargetFactory, DynamicDestinationsBindable dynamicDestinationsBindable, BinderAwareChannelResolver.NewDestinationBindingCallback callback)
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwaresetBeanFactory in class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolverpublic org.springframework.messaging.MessageChannel resolveDestination(String channelName)
resolveDestination in interface org.springframework.messaging.core.DestinationResolver<org.springframework.messaging.MessageChannel>resolveDestination in class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolverCopyright © 2020 Pivotal Software, Inc.. All rights reserved.