Class RedisStoreMessageSource

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, MessageSource<RedisStore>, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement

public class RedisStoreMessageSource extends AbstractMessageSource<RedisStore>
Inbound channel adapter which returns a Message representing a view into a Redis store. The type of store depends on the collectionType attribute. Default is LIST. This adapter supports 5 types of collections identified by RedisCollectionFactoryBean.CollectionType
Since:
2.2
Author:
Oleg Zhurakousky, Gary Russell, Artem Bilan