クラス Redis
java.lang.ObjectSE
org.springframework.integration.redis.dsl.Redis
方法の概要
修飾子と型メソッド説明inboundChannelAdapter(RedisConnectionFactory connectionFactory) RedisInboundChannelAdapterSpecを製造するファクトリ。outboundChannelAdapter(RedisConnectionFactory connectionFactory) RedisOutboundChannelAdapterSpecを製造するファクトリ。static RedisOutboundGatewaySpecoutboundGateway(RedisConnectionFactory connectionFactory) RedisOutboundGatewaySpecを製造するファクトリ。static RedisOutboundGatewaySpecoutboundGateway(RedisTemplate<StringSE, ?> redisTemplate) RedisOutboundGatewaySpecを製造するファクトリ。queueInboundChannelAdapter(StringSE queueName, RedisConnectionFactory connectionFactory) RedisQueueInboundChannelAdapterSpecを製造するファクトリ。static RedisQueueInboundGatewaySpecqueueInboundGateway(StringSE queueName, RedisConnectionFactory connectionFactory) RedisQueueInboundGatewaySpecを製造するファクトリ。queueOutboundChannelAdapter(StringSE queueName, RedisConnectionFactory connectionFactory) RedisQueueOutboundChannelAdapterSpecを製造するファクトリ。queueOutboundChannelAdapter(FunctionSE<Message<?>, StringSE> queueFunction, RedisConnectionFactory connectionFactory) RedisQueueOutboundChannelAdapterSpecを製造するファクトリ。queueOutboundChannelAdapter(Expression queueExpression, RedisConnectionFactory connectionFactory) RedisQueueOutboundChannelAdapterSpecを製造するファクトリ。queueOutboundGateway(StringSE queueName, RedisConnectionFactory connectionFactory) RedisQueueOutboundGatewaySpecを製造するファクトリ。storeInboundChannelAdapter(RedisConnectionFactory connectionFactory, StringSE key) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。storeInboundChannelAdapter(RedisConnectionFactory connectionFactory, SupplierSE<Message<?>> keySupplier) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。storeInboundChannelAdapter(RedisConnectionFactory connectionFactory, Expression keyExpression) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。storeInboundChannelAdapter(RedisTemplate<StringSE, ?> redisTemplate, StringSE key) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。storeInboundChannelAdapter(RedisTemplate<StringSE, ?> redisTemplate, SupplierSE<Message<?>> keySupplier) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。storeInboundChannelAdapter(RedisTemplate<StringSE, ?> redisTemplate, Expression keyExpression) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。storeOutboundChannelAdapter(RedisConnectionFactory connectionFactory) RedisStoreOutboundChannelAdapterSpecを製造するファクトリ。storeOutboundChannelAdapter(RedisTemplate<StringSE, ?> redisTemplate) RedisStoreOutboundChannelAdapterSpecを製造するファクトリ。streamInboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, StringSE streamKey) RedisStreamInboundChannelAdapterSpecを製造するファクトリ。streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, StringSE streamKey) RedisStreamOutboundChannelAdapterSpecを製造するファクトリ。streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, FunctionSE<Message<?>, StringSE> streamFunction) RedisStreamOutboundChannelAdapterSpecを製造するファクトリ。streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, Expression streamExpression) RedisStreamOutboundChannelAdapterSpecを製造するファクトリ。
方法の詳細
inboundChannelAdapter
public static RedisInboundChannelAdapterSpec inboundChannelAdapter(RedisConnectionFactory connectionFactory) RedisInboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するRedisConnectionFactory- 戻り値:
RedisInboundChannelAdapterSpecインスタンス
outboundChannelAdapter
public static RedisOutboundChannelAdapterSpec outboundChannelAdapter(RedisConnectionFactory connectionFactory) RedisOutboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するRedisConnectionFactory- 戻り値:
RedisOutboundChannelAdapterSpecインスタンス
queueInboundChannelAdapter
public static RedisQueueInboundChannelAdapterSpec queueInboundChannelAdapter(StringSE queueName, RedisConnectionFactory connectionFactory) RedisQueueInboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
queueName- Redis リストの queueName を基に構築するconnectionFactory- 構築するRedisConnectionFactory- 戻り値:
RedisQueueInboundChannelAdapterSpecインスタンス
queueOutboundChannelAdapter
public static RedisQueueOutboundChannelAdapterSpec queueOutboundChannelAdapter(StringSE queueName, RedisConnectionFactory connectionFactory) RedisQueueOutboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
queueName- Redis リストの queueName を基に構築するconnectionFactory- 構築するRedisConnectionFactory- 戻り値:
RedisQueueOutboundChannelAdapterSpecインスタンス
queueOutboundChannelAdapter
public static RedisQueueOutboundChannelAdapterSpec queueOutboundChannelAdapter(Expression queueExpression, RedisConnectionFactory connectionFactory) RedisQueueOutboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
queueExpression- Redis リストの queueExpression を基に構築するconnectionFactory- 構築するRedisConnectionFactory- 戻り値:
RedisQueueOutboundChannelAdapterSpecインスタンス
queueOutboundChannelAdapter
public static RedisQueueOutboundChannelAdapterSpec queueOutboundChannelAdapter(FunctionSE<Message<?>, StringSE> queueFunction, RedisConnectionFactory connectionFactory) RedisQueueOutboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
queueFunction- Redis リストの queueExpression を基に構築するconnectionFactory- 構築するRedisConnectionFactory- 戻り値:
RedisQueueOutboundChannelAdapterSpecインスタンス
storeInboundChannelAdapter
public static RedisStoreInboundChannelAdapterSpec storeInboundChannelAdapter(RedisConnectionFactory connectionFactory, StringSE key) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するRedisConnectionFactorykey- Redis コレクションの鍵- 戻り値:
RedisStoreInboundChannelAdapterSpecインスタンス
storeInboundChannelAdapter
public static RedisStoreInboundChannelAdapterSpec storeInboundChannelAdapter(RedisConnectionFactory connectionFactory, Expression keyExpression) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するRedisConnectionFactorykeyExpression- Redis コレクションの keyExpression をベースに構築- 戻り値:
RedisStoreInboundChannelAdapterSpecインスタンス
storeInboundChannelAdapter
public static RedisStoreInboundChannelAdapterSpec storeInboundChannelAdapter(RedisConnectionFactory connectionFactory, SupplierSE<Message<?>> keySupplier) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するRedisConnectionFactorykeySupplier- Redis コレクションの keySupplier をベースに構築- 戻り値:
RedisStoreInboundChannelAdapterSpecインスタンス
storeInboundChannelAdapter
public static RedisStoreInboundChannelAdapterSpec storeInboundChannelAdapter(RedisTemplate<StringSE, ?> redisTemplate, StringSE key) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
redisTemplate- 構築するRedisTemplatekey- Redis コレクションの鍵- 戻り値:
RedisStoreInboundChannelAdapterSpecインスタンス
storeInboundChannelAdapter
public static RedisStoreInboundChannelAdapterSpec storeInboundChannelAdapter(RedisTemplate<StringSE, ?> redisTemplate, Expression keyExpression) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
redisTemplate- 構築するRedisTemplatekeyExpression- Redis コレクションの keyExpression をベースに構築- 戻り値:
RedisStoreInboundChannelAdapterSpecインスタンス
storeInboundChannelAdapter
public static RedisStoreInboundChannelAdapterSpec storeInboundChannelAdapter(RedisTemplate<StringSE, ?> redisTemplate, SupplierSE<Message<?>> keySupplier) RedisStoreInboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
redisTemplate- 構築するRedisTemplatekeySupplier- Redis コレクションの keySupplier をベースに構築- 戻り値:
RedisStoreInboundChannelAdapterSpecインスタンス
storeOutboundChannelAdapter
public static RedisStoreOutboundChannelAdapterSpec storeOutboundChannelAdapter(RedisConnectionFactory connectionFactory) RedisStoreOutboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するRedisConnectionFactory- 戻り値:
RedisStoreOutboundChannelAdapterSpecインスタンス
storeOutboundChannelAdapter
public static RedisStoreOutboundChannelAdapterSpec storeOutboundChannelAdapter(RedisTemplate<StringSE, ?> redisTemplate) RedisStoreOutboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
redisTemplate- 構築するRedisTemplate- 戻り値:
RedisStoreOutboundChannelAdapterSpecインスタンス
outboundGateway
RedisOutboundGatewaySpecを製造するファクトリ。- パラメーター:
redisTemplate- 構築するRedisTemplate- 戻り値:
RedisOutboundGatewaySpecインスタンス
outboundGateway
RedisOutboundGatewaySpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するRedisConnectionFactory- 戻り値:
RedisOutboundGatewaySpecインスタンス
queueOutboundGateway
public static RedisQueueOutboundGatewaySpec queueOutboundGateway(StringSE queueName, RedisConnectionFactory connectionFactory) RedisQueueOutboundGatewaySpecを製造するファクトリ。- パラメーター:
queueName- Redis リストの queueName を基に構築するconnectionFactory- 構築するRedisConnectionFactory- 戻り値:
RedisQueueOutboundGatewaySpecインスタンス
queueInboundGateway
public static RedisQueueInboundGatewaySpec queueInboundGateway(StringSE queueName, RedisConnectionFactory connectionFactory) RedisQueueInboundGatewaySpecを製造するファクトリ。- パラメーター:
queueName- Redis リストの queueName を基に構築するconnectionFactory- 構築するRedisConnectionFactory- 戻り値:
RedisQueueInboundGatewaySpecインスタンス
streamOutboundChannelAdapter
public static RedisStreamOutboundChannelAdapterSpec streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, StringSE streamKey) RedisStreamOutboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するReactiveRedisConnectionFactorystreamKey- Redis ストリームの streamKey を構築するために- 戻り値:
RedisStreamOutboundChannelAdapterSpecインスタンス
streamOutboundChannelAdapter
public static RedisStreamOutboundChannelAdapterSpec streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, Expression streamExpression) RedisStreamOutboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するReactiveRedisConnectionFactorystreamExpression- Redis ストリームの streamKey 表現を基に構築する- 戻り値:
RedisStreamOutboundChannelAdapterSpecインスタンス
streamOutboundChannelAdapter
public static RedisStreamOutboundChannelAdapterSpec streamOutboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, FunctionSE<Message<?>, StringSE> streamFunction) RedisStreamOutboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するReactiveRedisConnectionFactorystreamFunction- Redis ストリームの streamKey 関数- 戻り値:
RedisStreamOutboundChannelAdapterSpecインスタンス
streamInboundChannelAdapter
public static RedisStreamInboundChannelAdapterSpec streamInboundChannelAdapter(ReactiveRedisConnectionFactory connectionFactory, StringSE streamKey) RedisStreamInboundChannelAdapterSpecを製造するファクトリ。- パラメーター:
connectionFactory- 構築するReactiveRedisConnectionFactorystreamKey- Redis ストリームの streamKey を構築するために- 戻り値:
RedisStreamInboundChannelAdapterSpecインスタンス