Uses of Class
org.springframework.integration.redis.dsl.RedisInboundChannelAdapterSpec
Packages that use RedisInboundChannelAdapterSpec
-
Uses of RedisInboundChannelAdapterSpec in org.springframework.integration.redis.dsl
Subclasses with type arguments of type RedisInboundChannelAdapterSpec in org.springframework.integration.redis.dslModifier and TypeClassDescriptionclassMethods in org.springframework.integration.redis.dsl that return RedisInboundChannelAdapterSpecModifier and TypeMethodDescriptionRedis.inboundChannelAdapter(RedisConnectionFactory connectionFactory) The factory to produce aRedisInboundChannelAdapterSpec.RedisInboundChannelAdapterSpec.messageConverter(MessageConverter messageConverter) Specify the messageConverter to convert between Redis messages and Spring message payloads.RedisInboundChannelAdapterSpec.serializer(RedisSerializer<?> serializer) Specify the RedisSerializer to deserialize the body of Redis messages.RedisInboundChannelAdapterSpec.taskExecutor(Executor taskExecutor) Specify anExecutorfor running the message listeners when messages are received.RedisInboundChannelAdapterSpec.topicPatterns(String... topicPatterns) Specify the topicPatterns to subscribe.Specify the topics to subscribe.