All Classes and Interfaces

Class
Description
 
 
Implementation of ReactiveMessageHandler which writes Message payload or Message itself (see ReactiveRedisStreamMessageHandler.extractPayload) into a Redis stream using Reactive Stream operations.
A MessageProducerSupport for reading messages from a Redis Stream and publishing them into the provided output channel.
Specialized Redis ChannelMessageStore that uses a list to back a QueueChannel.
Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration Redis namespace.
Specialized Redis PriorityCapableChannelMessageStore that uses lists to back a QueueChannel.
 
Pre-defined names and prefixes to be used for for dealing with headers required by Redis components
 
 
 
Implementation of ExpirableLockRegistry providing a distributed lock using Redis.
The mode in which this registry is going to work with locks.
Redis implementation of the key/value style MessageStore and MessageGroupStore
Redis implementation of ConcurrentMetadataStore.
Namespace handler for Spring Integration's 'redis' namespace.
Parser for the <outbound-channel-adapter/> component.
The Gateway component implementation to perform Redis commands with provided arguments and to return command result.
Parser for the <int-redis:outbound-gateway/> component.
 
Parser for the <queue-inbound-channel-adapter> element of the 'redis' namespace.
 
Parser for the <queue-inbound-gateway> element of the 'redis' namespace.
 
 
Parser for the <int-redis:queue-outbound-channel-adapter> element.
 
Parser for the <int-redis:queue-outbound-channel-adapter> element.
Parser for Redis store inbound adapters
Inbound channel adapter which returns a Message representing a view into a Redis store.
Parser for the <redis:store-outbound-channel-adapter> element.
Implementation of MessageHandler which writes Message data into a Redis store identified by a key String.
An AbstractMessageChannel implementation with BroadcastCapableChannel aspect to provide a pub-sub semantics to consume messages fgrom Redis topic.