Uses of Class
org.springframework.integration.redis.dsl.RedisQueueOutboundChannelAdapterSpec
Packages that use RedisQueueOutboundChannelAdapterSpec
-
Uses of RedisQueueOutboundChannelAdapterSpec in org.springframework.integration.redis.dsl
Subclasses with type arguments of type RedisQueueOutboundChannelAdapterSpec in org.springframework.integration.redis.dslModifier and TypeClassDescriptionclassMethods in org.springframework.integration.redis.dsl that return RedisQueueOutboundChannelAdapterSpecModifier and TypeMethodDescriptionRedisQueueOutboundChannelAdapterSpec.extractPayload(boolean extractPayload) Specify send only the payload or the entire Message to the Redis queue.RedisQueueOutboundChannelAdapterSpec.leftPush(boolean leftPush) Specify use "left push" or "right push" to write messages to the Redis Queue.Redis.queueOutboundChannelAdapter(String queueName, RedisConnectionFactory connectionFactory) The factory to produce aRedisQueueOutboundChannelAdapterSpec.Redis.queueOutboundChannelAdapter(Function<Message<?>, String> queueFunction, RedisConnectionFactory connectionFactory) The factory to produce aRedisQueueOutboundChannelAdapterSpec.Redis.queueOutboundChannelAdapter(Expression queueExpression, RedisConnectionFactory connectionFactory) The factory to produce aRedisQueueOutboundChannelAdapterSpec.RedisQueueOutboundChannelAdapterSpec.serializer(RedisSerializer<?> serializer) Specify the RedisSerializer to serialize data before sending to the Redis Queue.