Uses of Package
org.springframework.integration.redis.outbound
Packages that use org.springframework.integration.redis.outbound
Package
Description
Java DSL classes for Redis module.
Provides classes supporting outbound endpoints.
-
Classes in org.springframework.integration.redis.outbound used by org.springframework.integration.redis.dslClassDescriptionImplementation of
ReactiveMessageHandlerwhich 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 ofMessageHandlerwhich writes Message data into a Redis store identified by a keyString. -