A B D G H I K M O P R S U Z

A

afterCommit(Object) - Method in class org.springframework.integration.redis.inbound.RedisStoreMessageSource
 
afterRollback(Object) - Method in class org.springframework.integration.redis.inbound.RedisStoreMessageSource
 

B

buildBeanDefinition(Element, ParserContext) - Method in class org.springframework.integration.redis.config.RedisChannelParser
 

D

destroy() - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
doListKeys(String) - Method in class org.springframework.integration.redis.store.RedisMessageStore
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.redis.config.RedisInboundChannelAdapterParser
 
doRemove(Object) - Method in class org.springframework.integration.redis.store.RedisMessageStore
 
doRetrieve(Object) - Method in class org.springframework.integration.redis.store.RedisMessageStore
 
doSend(Message<?>, long) - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
doStart() - Method in class org.springframework.integration.redis.inbound.RedisInboundChannelAdapter
 
doStop() - Method in class org.springframework.integration.redis.inbound.RedisInboundChannelAdapter
 
doStore(Object, Object) - Method in class org.springframework.integration.redis.store.RedisMessageStore
 

G

getComponentType() - Method in class org.springframework.integration.redis.inbound.RedisInboundChannelAdapter
 
getComponentType() - Method in class org.springframework.integration.redis.outbound.RedisStoreWritingMessageHandler
 
getPhase() - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
getResource() - Method in class org.springframework.integration.redis.inbound.RedisStoreMessageSource
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.redis.outbound.RedisPublishingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.redis.outbound.RedisStoreWritingMessageHandler
Will extract the payload from the Message and store it in the collection identified by the key (which may be determined by an expression).

I

init() - Method in class org.springframework.integration.redis.config.RedisNamespaceHandler
 
isAutoStartup() - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
isRunning() - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 

K

KEY - Static variable in class org.springframework.integration.redis.support.RedisHeaders
 

M

MAP_KEY - Static variable in class org.springframework.integration.redis.support.RedisHeaders
 

O

onInit() - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
onInit() - Method in class org.springframework.integration.redis.inbound.RedisInboundChannelAdapter
 
onInit() - Method in class org.springframework.integration.redis.inbound.RedisStoreMessageSource
 
onInit() - Method in class org.springframework.integration.redis.outbound.RedisPublishingMessageHandler
 
onInit() - Method in class org.springframework.integration.redis.outbound.RedisStoreWritingMessageHandler
 
org.springframework.integration.redis.channel - package org.springframework.integration.redis.channel
Provides classes related to Redis-backed channels.
org.springframework.integration.redis.config - package org.springframework.integration.redis.config
Provides classes for configuration - parsers, namespace handlers.
org.springframework.integration.redis.inbound - package org.springframework.integration.redis.inbound
Provides classes supporting inbound endpoints.
org.springframework.integration.redis.outbound - package org.springframework.integration.redis.outbound
Provides classes supporting outbound endpoints.
org.springframework.integration.redis.store - package org.springframework.integration.redis.store
Provides classes related to the Redis message store.
org.springframework.integration.redis.support - package org.springframework.integration.redis.support
Provides supporting classes for this module.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.redis.config.RedisOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.redis.config.RedisStoreOutboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.redis.config.RedisStoreInboundChannelAdapterParser
 
PREFIX - Static variable in class org.springframework.integration.redis.support.RedisHeaders
 

R

receive() - Method in class org.springframework.integration.redis.inbound.RedisStoreMessageSource
Returns a Message with the view into a RedisStore identified by RedisStoreMessageSource.keyExpression
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
 
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
 
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
 
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
 
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
 
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.

S

setCollectionType(RedisCollectionFactoryBean.CollectionType) - Method in class org.springframework.integration.redis.inbound.RedisStoreMessageSource
 
setCollectionType(RedisCollectionFactoryBean.CollectionType) - Method in class org.springframework.integration.redis.outbound.RedisStoreWritingMessageHandler
Sets the collection type for this handler as per RedisCollectionFactoryBean.CollectionType.
setDefaultTopic(String) - Method in class org.springframework.integration.redis.outbound.RedisPublishingMessageHandler
 
setExtractPayloadElements(boolean) - Method in class org.springframework.integration.redis.outbound.RedisStoreWritingMessageHandler
Sets the flag signifying that if the payload is a "multivalue" (i.e., Collection or Map), it should be saved using addAll/putAll semantics.
setKey(String) - Method in class org.springframework.integration.redis.outbound.RedisStoreWritingMessageHandler
Specifies the key for the Redis store.
setKeyExpression(Expression) - Method in class org.springframework.integration.redis.outbound.RedisStoreWritingMessageHandler
Specifies a SpEL Expression to be used to determine the key for the Redis store.
setMapKeyExpression(Expression) - Method in class org.springframework.integration.redis.outbound.RedisStoreWritingMessageHandler
Sets the expression used as the key for Map and Properties entries.
setMaxSubscribers(int) - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
Specify the maximum number of subscribers supported by the channel's dispatcher.
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.redis.inbound.RedisInboundChannelAdapter
 
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.redis.outbound.RedisPublishingMessageHandler
 
setSerializer(RedisSerializer<?>) - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
setSerializer(RedisSerializer<?>) - Method in class org.springframework.integration.redis.inbound.RedisInboundChannelAdapter
 
setSerializer(RedisSerializer<?>) - Method in class org.springframework.integration.redis.outbound.RedisPublishingMessageHandler
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
setTopics(String...) - Method in class org.springframework.integration.redis.inbound.RedisInboundChannelAdapter
 
setValueSerializer(RedisSerializer<?>) - Method in class org.springframework.integration.redis.store.RedisMessageStore
 
start() - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
stop() - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
stop(Runnable) - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
SubscribableRedisChannel - Class in org.springframework.integration.redis.channel
 
SubscribableRedisChannel(RedisConnectionFactory, String) - Constructor for class org.springframework.integration.redis.channel.SubscribableRedisChannel
 
subscribe(MessageHandler) - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 

U

unsubscribe(MessageHandler) - Method in class org.springframework.integration.redis.channel.SubscribableRedisChannel
 

Z

ZSET_INCREMENT_SCORE - Static variable in class org.springframework.integration.redis.support.RedisHeaders
 
ZSET_SCORE - Static variable in class org.springframework.integration.redis.support.RedisHeaders
 

A B D G H I K M O P R S U Z