Uses of Class
org.springframework.integration.redis.dsl.RedisStoreInboundChannelAdapterSpec
Packages that use RedisStoreInboundChannelAdapterSpec
-
Uses of RedisStoreInboundChannelAdapterSpec in org.springframework.integration.redis.dsl
Subclasses with type arguments of type RedisStoreInboundChannelAdapterSpec in org.springframework.integration.redis.dslMethods in org.springframework.integration.redis.dsl that return RedisStoreInboundChannelAdapterSpecModifier and TypeMethodDescriptionRedisStoreInboundChannelAdapterSpec.collectionType(RedisCollectionFactoryBean.CollectionType collectionType) Specify the collection type.Redis.storeInboundChannelAdapter(RedisConnectionFactory connectionFactory, String key) The factory to produce aRedisStoreInboundChannelAdapterSpec.Redis.storeInboundChannelAdapter(RedisConnectionFactory connectionFactory, Supplier<Message<?>> keySupplier) The factory to produce aRedisStoreInboundChannelAdapterSpec.Redis.storeInboundChannelAdapter(RedisConnectionFactory connectionFactory, Expression keyExpression) The factory to produce aRedisStoreInboundChannelAdapterSpec.Redis.storeInboundChannelAdapter(RedisTemplate<String, ?> redisTemplate, String key) The factory to produce aRedisStoreInboundChannelAdapterSpec.Redis.storeInboundChannelAdapter(RedisTemplate<String, ?> redisTemplate, Supplier<Message<?>> keySupplier) The factory to produce aRedisStoreInboundChannelAdapterSpec.Redis.storeInboundChannelAdapter(RedisTemplate<String, ?> redisTemplate, Expression keyExpression) The factory to produce aRedisStoreInboundChannelAdapterSpec.