All Classes
Class | Description |
---|---|
ArgumentsStrategy | |
ExpressionArgumentsStrategy | |
ReactiveRedisStreamMessageHandler |
Implementation of
ReactiveMessageHandler which writes
Message payload or Message itself (see ReactiveRedisStreamMessageHandler.extractPayload ) into a Redis stream using Reactive Stream operations. |
ReactiveRedisStreamMessageProducer |
A
MessageProducerSupport for reading messages from a Redis Stream and publishing them into the provided
output channel. |
RedisChannelMessageStore |
Specialized Redis
ChannelMessageStore that uses a list to back a QueueChannel. |
RedisChannelParser |
Parser for the 'channel' and 'publish-subscribe-channel' elements of the
Spring Integration Redis namespace.
|
RedisChannelPriorityMessageStore |
Specialized Redis
PriorityCapableChannelMessageStore that uses lists to back a QueueChannel. |
RedisExceptionEvent | |
RedisHeaders |
Pre-defined names and prefixes to be used for
for dealing with headers required by Redis components
|
RedisInboundChannelAdapter | |
RedisInboundChannelAdapterParser | |
RedisIntegrationEvent | |
RedisLockRegistry |
Implementation of
ExpirableLockRegistry providing a distributed lock using Redis. |
RedisMessageStore |
Redis implementation of the key/value style
MessageStore and
MessageGroupStore |
RedisMetadataStore |
Redis implementation of
ConcurrentMetadataStore . |
RedisNamespaceHandler |
Namespace handler for Spring Integration's 'redis' namespace.
|
RedisOutboundChannelAdapterParser |
Parser for the
<outbound-channel-adapter/> component. |
RedisOutboundGateway |
The Gateway component implementation to perform Redis commands with provided arguments and to return command result.
|
RedisOutboundGatewayParser |
Parser for the
<int-redis:outbound-gateway/> component. |
RedisPublishingMessageHandler | |
RedisQueueInboundChannelAdapterParser |
Parser for the <queue-inbound-channel-adapter> element of the 'redis' namespace.
|
RedisQueueInboundGateway | |
RedisQueueInboundGatewayParser |
Parser for the <queue-inbound-gateway> element of the 'redis' namespace.
|
RedisQueueMessageDrivenEndpoint | |
RedisQueueOutboundChannelAdapter | |
RedisQueueOutboundChannelAdapterParser |
Parser for the <int-redis:queue-outbound-channel-adapter> element.
|
RedisQueueOutboundGateway | |
RedisQueueOutboundGatewayParser |
Parser for the <int-redis:queue-outbound-channel-adapter> element.
|
RedisStoreInboundChannelAdapterParser |
Parser for Redis store inbound adapters
|
RedisStoreMessageSource |
Inbound channel adapter which returns a Message representing a view into
a Redis store.
|
RedisStoreOutboundChannelAdapterParser |
Parser for the <redis:store-outbound-channel-adapter> element.
|
RedisStoreWritingMessageHandler |
Implementation of
MessageHandler which writes
Message data into a Redis store identified by a key String . |
SubscribableRedisChannel |
An
AbstractMessageChannel implementation with BroadcastCapableChannel
aspect to provide a pub-sub semantics to consume messages fgrom Redis topic. |