クラスの使用
org.springframework.integration.redis.dsl.RedisQueueInboundGatewaySpec
RedisQueueInboundGatewaySpec を使用するパッケージ
org.springframework.integration.redis.dsl 内の RedisQueueInboundGatewaySpec 使用
修飾子と型メソッド説明RedisQueueInboundGatewaySpec.extractPayload(boolean extractPayload) ペイロードを抽出するかどうかを指定します。static RedisQueueInboundGatewaySpecRedis.queueInboundGateway(StringSE queueName, RedisConnectionFactory connectionFactory) RedisQueueInboundGatewaySpecを製造するファクトリ。RedisQueueInboundGatewaySpec.receiveTimeout(long receiveTimeout) receiveTimeout を指定してください。RedisQueueInboundGatewaySpec.receiveTimeout(DurationSE receiveTimeout) receiveTimeout を指定してください。RedisQueueInboundGatewaySpec.recoveryInterval(long recoveryInterval) 「右ポップ」操作で例外が発生した後、リスナータスクを再起動する前にリスナータスクがスリープする時間(ミリ秒単位)を指定します。RedisQueueInboundGatewaySpec.serializer(RedisSerializer<?> serializer) Redis シリアライザを指定します。RedisQueueInboundGatewaySpec.taskExecutor(ExecutorSE taskExecutor) 基となるリスニングタスクには、ExecutorSE を指定してください。