Class ResourceRetrievingMessageSource

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, MessageSource<Resource[]>, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement

public class ResourceRetrievingMessageSource extends AbstractMessageSource<Resource[]> implements ApplicationContextAware
Implementation of MessageSource based on ResourcePatternResolver which will attempt to resolve Resources based on the pattern specified.
Since:
2.1
Author:
Oleg Zhurakousky, Mark Fisher, Gary Russell, Artem Bilan