public final class ChannelResolverUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CHANNEL_RESOLVER_BEAN_NAME |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.messaging.core.DestinationResolver<org.springframework.messaging.MessageChannel> |
getChannelResolver(org.springframework.beans.factory.BeanFactory beanFactory)
Obtain a
DestinationResolver registered with the
"integrationChannelResolver" bean name. |
public static final java.lang.String CHANNEL_RESOLVER_BEAN_NAME
public static org.springframework.messaging.core.DestinationResolver<org.springframework.messaging.MessageChannel> getChannelResolver(org.springframework.beans.factory.BeanFactory beanFactory)
DestinationResolver registered with the
"integrationChannelResolver" bean name.beanFactory - BeanFactory for lookup, must not be null.DestinationResolver bean whose name is
"integrationChannelResolver".