- receive() - Method in class org.springframework.integration.redis.inbound.RedisStoreMessageSource
-
- RedisChannelParser - Class in org.springframework.integration.redis.config
-
Parser for the 'channel' and 'publish-subscribe-channel' elements of the
Spring Integration Redis namespace.
- RedisChannelParser() - Constructor for class org.springframework.integration.redis.config.RedisChannelParser
-
- RedisExceptionEvent - Class in org.springframework.integration.redis.event
-
- RedisExceptionEvent(Object, Throwable) - Constructor for class org.springframework.integration.redis.event.RedisExceptionEvent
-
- RedisHeaders - Class in org.springframework.integration.redis.support
-
Pre-defined names and prefixes to be used for
for dealing with headers required by Redis components
- RedisHeaders() - Constructor for class org.springframework.integration.redis.support.RedisHeaders
-
- RedisInboundChannelAdapter - Class in org.springframework.integration.redis.inbound
-
- RedisInboundChannelAdapter(RedisConnectionFactory) - Constructor for class org.springframework.integration.redis.inbound.RedisInboundChannelAdapter
-
- RedisInboundChannelAdapterParser - Class in org.springframework.integration.redis.config
-
- RedisInboundChannelAdapterParser() - Constructor for class org.springframework.integration.redis.config.RedisInboundChannelAdapterParser
-
- RedisIntegrationEvent - Class in org.springframework.integration.redis.event
-
- RedisIntegrationEvent(Object) - Constructor for class org.springframework.integration.redis.event.RedisIntegrationEvent
-
- RedisIntegrationEvent(Object, Throwable) - Constructor for class org.springframework.integration.redis.event.RedisIntegrationEvent
-
- RedisMessageStore - Class in org.springframework.integration.redis.store
-
Redis implementation of the key/value style MessageStore and MessageGroupStore
- RedisMessageStore(RedisConnectionFactory) - Constructor for class org.springframework.integration.redis.store.RedisMessageStore
-
- RedisMetadataStore - Class in org.springframework.integration.redis.metadata
-
Redis implementation of MetadataStore.
- RedisMetadataStore(RedisProperties) - Constructor for class org.springframework.integration.redis.metadata.RedisMetadataStore
-
Specifies the RedisProperties backend for this MetadataStore.
- RedisMetadataStore(RedisConnectionFactory) - Constructor for class org.springframework.integration.redis.metadata.RedisMetadataStore
-
Initializes the
RedisProperties by provided
RedisConnectionFactory
and default hash key -
RedisMetadataStore.KEY.
- RedisMetadataStore(RedisConnectionFactory, String) - Constructor for class org.springframework.integration.redis.metadata.RedisMetadataStore
-
Initializes the RedisProperties by provided RedisConnectionFactory and key.
- RedisMetadataStore(RedisOperations<String, ?>) - Constructor for class org.springframework.integration.redis.metadata.RedisMetadataStore
-
Initializes the
RedisProperties by provided
RedisConnectionFactory
and default hash key -
RedisMetadataStore.KEY.
- RedisMetadataStore(RedisOperations<String, ?>, String) - Constructor for class org.springframework.integration.redis.metadata.RedisMetadataStore
-
Initializes the RedisProperties by provided RedisConnectionFactory and key.
- RedisNamespaceHandler - Class in org.springframework.integration.redis.config
-
Namespace handler for Spring Integration's 'redis' namespace.
- RedisNamespaceHandler() - Constructor for class org.springframework.integration.redis.config.RedisNamespaceHandler
-
- RedisOutboundChannelAdapterParser - Class in org.springframework.integration.redis.config
-
Parser for the <outbound-channel-adapter/> component.
- RedisOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.redis.config.RedisOutboundChannelAdapterParser
-
- RedisPublishingMessageHandler - Class in org.springframework.integration.redis.outbound
-
- RedisPublishingMessageHandler(RedisConnectionFactory) - Constructor for class org.springframework.integration.redis.outbound.RedisPublishingMessageHandler
-
- RedisQueueInboundChannelAdapterParser - Class in org.springframework.integration.redis.config
-
Parser for the <queue-inbound-channel-adapter> element of the 'redis' namespace.
- RedisQueueInboundChannelAdapterParser() - Constructor for class org.springframework.integration.redis.config.RedisQueueInboundChannelAdapterParser
-
- RedisQueueMessageDrivenEndpoint - Class in org.springframework.integration.redis.inbound
-
- RedisQueueMessageDrivenEndpoint(String, RedisConnectionFactory) - Constructor for class org.springframework.integration.redis.inbound.RedisQueueMessageDrivenEndpoint
-
- RedisQueueOutboundChannelAdapter - Class in org.springframework.integration.redis.outbound
-
- RedisQueueOutboundChannelAdapter(String, RedisConnectionFactory) - Constructor for class org.springframework.integration.redis.outbound.RedisQueueOutboundChannelAdapter
-
- RedisQueueOutboundChannelAdapter(Expression, RedisConnectionFactory) - Constructor for class org.springframework.integration.redis.outbound.RedisQueueOutboundChannelAdapter
-
- RedisQueueOutboundChannelAdapterParser - Class in org.springframework.integration.redis.config
-
Parser for the <int-redis:queue-outbound-channel-adapter> element.
- RedisQueueOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.redis.config.RedisQueueOutboundChannelAdapterParser
-
- RedisStoreInboundChannelAdapterParser - Class in org.springframework.integration.redis.config
-
Parser for Redis store inbound adapters
- RedisStoreInboundChannelAdapterParser() - Constructor for class org.springframework.integration.redis.config.RedisStoreInboundChannelAdapterParser
-
- RedisStoreMessageSource - Class in org.springframework.integration.redis.inbound
-
Inbound channel adapter which returns a Message representing a view into
a Redis store.
- RedisStoreMessageSource(RedisTemplate<String, ?>, Expression) - Constructor for class org.springframework.integration.redis.inbound.RedisStoreMessageSource
-
Creates an instance with the provided RedisTemplate and SpEL expression
which should resolve to a 'key' name of the collection to be used.
- RedisStoreMessageSource(RedisConnectionFactory, Expression) - Constructor for class org.springframework.integration.redis.inbound.RedisStoreMessageSource
-
Creates an instance with the provided RedisConnectionFactory and SpEL expression
which should resolve to a 'key' name of the collection to be used.
- RedisStoreOutboundChannelAdapterParser - Class in org.springframework.integration.redis.config
-
Parser for the <redis:store-outbound-channel-adapter> element.
- RedisStoreOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.redis.config.RedisStoreOutboundChannelAdapterParser
-
- RedisStoreWritingMessageHandler - Class in org.springframework.integration.redis.outbound
-
Implementation of MessageHandler which writes Message data into a Redis store
identified by a key String.
- RedisStoreWritingMessageHandler(RedisTemplate<String, ?>) - Constructor for class org.springframework.integration.redis.outbound.RedisStoreWritingMessageHandler
-
Constructs an instance using the provided RedisTemplate.
- RedisStoreWritingMessageHandler(RedisConnectionFactory) - Constructor for class org.springframework.integration.redis.outbound.RedisStoreWritingMessageHandler
-
Constructs an instance using the provided RedisConnectionFactory.
- remove(String) - Method in class org.springframework.integration.redis.metadata.RedisMetadataStore
-