Uses of Class
org.springframework.integration.redis.dsl.RedisOutboundGatewaySpec
Packages that use RedisOutboundGatewaySpec
-
Uses of RedisOutboundGatewaySpec in org.springframework.integration.redis.dsl
Subclasses with type arguments of type RedisOutboundGatewaySpec in org.springframework.integration.redis.dslMethods in org.springframework.integration.redis.dsl that return RedisOutboundGatewaySpecModifier and TypeMethodDescriptionRedisOutboundGatewaySpec.argumentsSerializer(RedisSerializer<?> serializer) Specify the argument serializer.RedisOutboundGatewaySpec.argumentsStrategy(ArgumentsStrategy argumentsStrategy) Specify arguments strategy.Specify the command.RedisOutboundGatewaySpec.commandExpression(String commandExpression) Specify the command expression string.RedisOutboundGatewaySpec.commandExpression(Expression commandExpression) Specify the command expression.RedisOutboundGatewaySpec.commandFunction(Function<Message<?>, String> commandFunction) Specify the command function.static RedisOutboundGatewaySpecRedis.outboundGateway(RedisConnectionFactory connectionFactory) The factory to produce aRedisOutboundGatewaySpec.static RedisOutboundGatewaySpecRedis.outboundGateway(RedisTemplate<String, ?> redisTemplate) The factory to produce aRedisOutboundGatewaySpec.