Example usage for org.springframework.messaging.core BeanFactoryMessageChannelDestinationResolver subclass-usage

List of usage examples for org.springframework.messaging.core BeanFactoryMessageChannelDestinationResolver subclass-usage

Introduction

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

Usage

From source file org.springframework.integration.x.bus.MessageBusAwareChannelResolver.java

/**
 * A {@link org.springframework.integration.support.channel.ChannelResolver} implementation that first checks for any
 * channel whose name begins with a colon in the {@link MessageBus}.
 * 
 * @author Mark Fisher
 */

From source file org.springframework.cloud.stream.binding.BinderAwareChannelResolver.java

/**
 * A {@link org.springframework.messaging.core.DestinationResolver} implementation that
 * resolves the channel from the bean factory and, if not present, creates a new channel
 * and adds it to the factory after binding it to the binder.
 *
 * @author Mark Fisher