Class ChannelResolverUtils

java.lang.Object
org.springframework.integration.support.channel.ChannelResolverUtils

public final class ChannelResolverUtils extends Object
Channel resolution utilities.
Since:
5.2
  • Field Details

  • Method Details

    • getChannelResolver

      public 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.
      Parameters:
      beanFactory - BeanFactory for lookup, must not be null.
      Returns:
      the instance of DestinationResolver bean whose name is "integrationChannelResolver".