Uses of Class
org.springframework.integration.redis.dsl.RedisQueueInboundChannelAdapterSpec
Packages that use RedisQueueInboundChannelAdapterSpec
-
Uses of RedisQueueInboundChannelAdapterSpec in org.springframework.integration.redis.dsl
Subclasses with type arguments of type RedisQueueInboundChannelAdapterSpec in org.springframework.integration.redis.dslModifier and TypeClassDescriptionclassMethods in org.springframework.integration.redis.dsl that return RedisQueueInboundChannelAdapterSpecModifier and TypeMethodDescriptionRedisQueueInboundChannelAdapterSpec.expectMessage(boolean expectMessage) Specify whether expects data from the Redis queue to contain entire Message instances.Redis.queueInboundChannelAdapter(String queueName, RedisConnectionFactory connectionFactory) The factory to produce aRedisQueueInboundChannelAdapterSpec.RedisQueueInboundChannelAdapterSpec.receiveDuration(Duration receiveTimeout) Specify the timeout for 'pop' operation to wait for a Redis message from the Redis Queue.RedisQueueInboundChannelAdapterSpec.receiveTimeout(long receiveTimeout) Specify the timeout for 'pop' operation to wait for a Redis message from the Redis Queue.RedisQueueInboundChannelAdapterSpec.recoveryInterval(long recoveryInterval) Specify the time in milliseconds for the underlying listening task should sleep after exceptions on the 'pop' operation.RedisQueueInboundChannelAdapterSpec.rightPop(boolean rightPop) Specify use "right pop" or "left pop" to read messages from the Redis Queue.RedisQueueInboundChannelAdapterSpec.serializer(RedisSerializer<?> serializer) Specify the RedisSerializer to deserialize the body of Redis messages.RedisQueueInboundChannelAdapterSpec.taskExecutor(Executor taskExecutor) Specify anExecutorfor the underlying listening task.