Class ChannelResolverUtils
java.lang.Object
org.springframework.integration.support.channel.ChannelResolverUtils
Channel resolution utilities.
- Since:
- 5.2
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.messaging.core.DestinationResolver<org.springframework.messaging.MessageChannel>getChannelResolver(org.springframework.beans.factory.BeanFactory beanFactory) Obtain aDestinationResolverregistered with the "integrationChannelResolver" bean name.
-
Field Details
-
CHANNEL_RESOLVER_BEAN_NAME
- See Also:
-
-
Method Details
-
getChannelResolver
public static org.springframework.messaging.core.DestinationResolver<org.springframework.messaging.MessageChannel> getChannelResolver(org.springframework.beans.factory.BeanFactory beanFactory) Obtain aDestinationResolverregistered with the "integrationChannelResolver" bean name.- Parameters:
beanFactory- BeanFactory for lookup, must not be null.- Returns:
- the instance of
DestinationResolverbean whose name is "integrationChannelResolver".
-