Uses of Class
org.springframework.integration.redis.dsl.RedisOutboundChannelAdapterSpec
Packages that use RedisOutboundChannelAdapterSpec
-
Uses of RedisOutboundChannelAdapterSpec in org.springframework.integration.redis.dsl
Subclasses with type arguments of type RedisOutboundChannelAdapterSpec in org.springframework.integration.redis.dslModifier and TypeClassDescriptionclassMethods in org.springframework.integration.redis.dsl that return RedisOutboundChannelAdapterSpecModifier and TypeMethodDescriptionRedisOutboundChannelAdapterSpec.messageConverter(MessageConverter messageConverter) Specify the messageConverter to convert between Redis messages and Spring message payloads.Redis.outboundChannelAdapter(RedisConnectionFactory connectionFactory) The factory to produce aRedisOutboundChannelAdapterSpec.RedisOutboundChannelAdapterSpec.serializer(RedisSerializer<?> serializer) Specify the RedisSerializer to serialize data before sending to the Redis.Specify the topic to publish messages.RedisOutboundChannelAdapterSpec.topicExpression(String topicExpression) Configure a SpEL expression to determine the topic.RedisOutboundChannelAdapterSpec.topicExpression(Expression topicExpression) Specify the topicExpression to determine the topic.RedisOutboundChannelAdapterSpec.topicFunction(Function<Message<P>, String> topicFunction) Configure aFunctionto determine the topic.