Uses of Class
org.springframework.integration.redis.dsl.RedisQueueInboundGatewaySpec
Packages that use RedisQueueInboundGatewaySpec
-
Uses of RedisQueueInboundGatewaySpec in org.springframework.integration.redis.dsl
Subclasses with type arguments of type RedisQueueInboundGatewaySpec in org.springframework.integration.redis.dslModifier and TypeClassDescriptionclassMethods in org.springframework.integration.redis.dsl that return RedisQueueInboundGatewaySpecModifier and TypeMethodDescriptionRedisQueueInboundGatewaySpec.extractPayload(boolean extractPayload) Specify whether extract payload.static RedisQueueInboundGatewaySpecRedis.queueInboundGateway(String queueName, RedisConnectionFactory connectionFactory) The factory to produce aRedisQueueInboundGatewaySpec.RedisQueueInboundGatewaySpec.receiveTimeout(long receiveTimeout) Specify the receiveTimeout.RedisQueueInboundGatewaySpec.receiveTimeout(Duration receiveTimeout) Specify the receiveTimeout.RedisQueueInboundGatewaySpec.recoveryInterval(long recoveryInterval) Specify the time (in milliseconds) for the listener task should sleep after exceptions on the "right pop" operation before restarting the listener task.RedisQueueInboundGatewaySpec.serializer(RedisSerializer<?> serializer) Specify the redis serializer.RedisQueueInboundGatewaySpec.taskExecutor(Executor taskExecutor) Specify anExecutorfor the underlying listening task.