Package org.springframework.integration.redis.outbound
package org.springframework.integration.redis.outbound
Provides classes supporting outbound endpoints.
-
ClassDescriptionImplementation of
ReactiveMessageHandler
which writes Message payload or Message itself (seeReactiveRedisStreamMessageHandler.extractPayload
) into a Redis stream using Reactive Stream operations.The Gateway component implementation to perform Redis commands with provided arguments and to return command result.Implementation ofMessageHandler
which writes Message data into a Redis store identified by a keyString
.