Uses of Class
org.springframework.data.redis.connection.ReactiveSubscription.ChannelMessage
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveSubscription.ChannelMessage in org.springframework.data.redis.connection
Modifier and TypeClassDescriptionstatic class
Value object for a Redis channel message received from a pattern subscription.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<Long>
ReactivePubSubCommands.publish
(org.reactivestreams.Publisher<ReactiveSubscription.ChannelMessage<ByteBuffer, ByteBuffer>> messageStream) Publishes the given messages to theappropriate channels
.