クラスの使用
org.springframework.integration.redis.dsl.RedisStoreOutboundChannelAdapterSpec
RedisStoreOutboundChannelAdapterSpec を使用するパッケージ
org.springframework.integration.redis.dsl 内の RedisStoreOutboundChannelAdapterSpec 使用
修飾子と型メソッド説明RedisStoreOutboundChannelAdapterSpec.collectionType(RedisCollectionFactoryBean.CollectionType collectionType) コレクションの種類を指定してください。RedisStoreOutboundChannelAdapterSpec.extractPayloadElements(boolean extractPayloadElements) ペイロード要素を抽出するかどうかを指定します。Redis ストアのキーを指定してください。RedisStoreOutboundChannelAdapterSpec.keyExpression(StringSE keyExpression) Redis ストアのキーを決定するために使用する SpEL 式を指定します。RedisStoreOutboundChannelAdapterSpec.keyExpression(Expression keyExpression) Redis ストアのキーを決定するために使用する式を指定してください。RedisStoreOutboundChannelAdapterSpec.keyFunction(FunctionSE<Message<?>, StringSE> keyFunction) Redis ストアのキーを決定するために使用する KeyFunction を指定します。RedisStoreOutboundChannelAdapterSpec.mapKeyExpression(StringSE mapKeyExpression) マップおよびプロパティのエントリのキーとして使用される SPEL 式を指定します。RedisStoreOutboundChannelAdapterSpec.mapKeyExpression(Expression mapKeyExpression) マップおよびプロパティのエントリのキーとして使用する式を指定します。RedisStoreOutboundChannelAdapterSpec.mapKeyFunction(FunctionSE<Message<?>, StringSE> mapKeyFunction) マップおよびプロパティのエントリのキーとして使用される関数を指定します。Redis.storeOutboundChannelAdapter(RedisConnectionFactory connectionFactory) RedisStoreOutboundChannelAdapterSpecを製造するファクトリ。Redis.storeOutboundChannelAdapter(RedisTemplate<StringSE, ?> redisTemplate) RedisStoreOutboundChannelAdapterSpecを製造するファクトリ。RedisStoreOutboundChannelAdapterSpec.zsetIncrementScoreExpression(StringSE zsetIncrementScoreExpression) ZSet コレクションの場合に、ZADD コマンドの INCR フラグとして使用される SPEL 式を指定します。RedisStoreOutboundChannelAdapterSpec.zsetIncrementScoreExpression(Expression zsetIncrementScoreExpression) ZSet コレクションの場合、ZADD コマンドの INCR フラグとして使用される式を指定します。RedisStoreOutboundChannelAdapterSpec.zsetIncrementScoreFunction(FunctionSE<Message<?>, BooleanSE> zsetIncrementScoreFunction) ZSet コレクションの場合、ZADD コマンドの INCR フラグとして使用される関数を指定します。