Package org.springframework.integration.redis.outbound
Provides classes supporting outbound endpoints.
-
Interface Summary Interface Description ArgumentsStrategy -
Class Summary Class Description ExpressionArgumentsStrategy ReactiveRedisStreamMessageHandler Implementation ofReactiveMessageHandler
which writes Message payload or Message itself (seeReactiveRedisStreamMessageHandler.extractPayload
) into a Redis stream using Reactive Stream operations.RedisOutboundGateway The Gateway component implementation to perform Redis commands with provided arguments and to return command result.RedisPublishingMessageHandler RedisQueueOutboundChannelAdapter RedisQueueOutboundGateway RedisStoreWritingMessageHandler Implementation ofMessageHandler
which writes Message data into a Redis store identified by a keyString
.