Example usage for org.springframework.messaging.core DestinationResolver interface-usage

List of usage examples for org.springframework.messaging.core DestinationResolver interface-usage

Introduction

In this page you can find the example usage for org.springframework.messaging.core DestinationResolver interface-usage.

Usage

From source file org.springframework.integration.support.channel.BeanFactoryChannelResolver.java

/**
 * {@link DestinationResolver} implementation based on a Spring {@link BeanFactory}.
 *
 * <p>Will lookup Spring managed beans identified by bean name,
 * expecting them to be of type {@link MessageChannel}.
 *