BeanFactoryMessageChannelDestinationResolver

An implementation of {@link DestinationResolver} that interprets a destination name as the bean name of a {@link MessageChannel} and looks up the bean in the configured {@link BeanFactory}.

@author Mark Fisher @since 4.0

class BeanFactoryMessageChannelDestinationResolver : DestinationResolver!(MessageChannel!(T))(
T
)

Meta