Uses of Class
org.springframework.integration.redis.dsl.RedisStoreOutboundChannelAdapterSpec
Packages that use RedisStoreOutboundChannelAdapterSpec
-
Uses of RedisStoreOutboundChannelAdapterSpec in org.springframework.integration.redis.dsl
Subclasses with type arguments of type RedisStoreOutboundChannelAdapterSpec in org.springframework.integration.redis.dslModifier and TypeClassDescriptionclassMethods in org.springframework.integration.redis.dsl that return RedisStoreOutboundChannelAdapterSpecModifier and TypeMethodDescriptionRedisStoreOutboundChannelAdapterSpec.collectionType(RedisCollectionFactoryBean.CollectionType collectionType) Specify the collection type.RedisStoreOutboundChannelAdapterSpec.extractPayloadElements(boolean extractPayloadElements) Specify whether payload elements should be extracted.Specify the key for the Redis store.RedisStoreOutboundChannelAdapterSpec.keyExpression(String keyExpression) Specify a SpEL Expression to be used to determine the key for the Redis store.RedisStoreOutboundChannelAdapterSpec.keyExpression(Expression keyExpression) Specify an Expression to be used to determine the key for the Redis store.RedisStoreOutboundChannelAdapterSpec.keyFunction(Function<Message<?>, String> keyFunction) Specify a KeyFunction to be used to determine the key for the Redis store.RedisStoreOutboundChannelAdapterSpec.mapKeyExpression(String mapKeyExpression) Specify the SPEL expression used as the key for Map and Properties entries.RedisStoreOutboundChannelAdapterSpec.mapKeyExpression(Expression mapKeyExpression) Specify the expression used as the key for Map and Properties entries.RedisStoreOutboundChannelAdapterSpec.mapKeyFunction(Function<Message<?>, String> mapKeyFunction) Specify the function used as the key for Map and Properties entries.Redis.storeOutboundChannelAdapter(RedisConnectionFactory connectionFactory) The factory to produce aRedisStoreOutboundChannelAdapterSpec.Redis.storeOutboundChannelAdapter(RedisTemplate<String, ?> redisTemplate) The factory to produce aRedisStoreOutboundChannelAdapterSpec.RedisStoreOutboundChannelAdapterSpec.zsetIncrementScoreExpression(String zsetIncrementScoreExpression) Specify the SPEL expression used as the INCR flag for the ZADD command in case of ZSet collection.RedisStoreOutboundChannelAdapterSpec.zsetIncrementScoreExpression(Expression zsetIncrementScoreExpression) Specify the expression used as the INCR flag for the ZADD command in case of ZSet collection.RedisStoreOutboundChannelAdapterSpec.zsetIncrementScoreFunction(Function<Message<?>, Boolean> zsetIncrementScoreFunction) Specify the function used as the INCR flag for the ZADD command in case of ZSet collection.