Class ChannelResolverUtils
java.lang.Object
org.springframework.integration.support.channel.ChannelResolverUtils
public final class ChannelResolverUtils extends Object
Channel resolution utilities.
- Since:
- 5.2
- Author:
- Artem Bilan, Gary Russell
-
Field Summary
Fields Modifier and Type Field Description static String
CHANNEL_RESOLVER_BEAN_NAME
-
Method Summary
Modifier and Type Method Description static DestinationResolver<MessageChannel>
getChannelResolver(BeanFactory beanFactory)
Obtain aDestinationResolver
registered with the "integrationChannelResolver" bean name.
-
Field Details
-
Method Details
-
getChannelResolver
Obtain aDestinationResolver
registered with the "integrationChannelResolver" bean name.- Parameters:
beanFactory
- BeanFactory for lookup, must not be null.- Returns:
- the instance of
DestinationResolver
bean whose name is "integrationChannelResolver".
-