Class RedissonReactivePubSubCommands
java.lang.Object
org.redisson.spring.data.connection.RedissonReactivePubSubCommands
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactivePubSubCommands
public class RedissonReactivePubSubCommands
extends Object
implements org.springframework.data.redis.connection.ReactivePubSubCommands
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.data.redis.connection.ReactiveSubscription>reactor.core.publisher.Mono<Void>pSubscribe(ByteBuffer... patterns) reactor.core.publisher.Flux<Long>publish(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSubscription.ChannelMessage<ByteBuffer, ByteBuffer>> messageStream) reactor.core.publisher.Mono<Void>subscribe(ByteBuffer... channels) static byte[]toByteArray(ByteBuffer buffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactivePubSubCommands
publish
-
Method Details
-
createSubscription
public reactor.core.publisher.Mono<org.springframework.data.redis.connection.ReactiveSubscription> createSubscription()- Specified by:
createSubscriptionin interfaceorg.springframework.data.redis.connection.ReactivePubSubCommands
-
publish
public reactor.core.publisher.Flux<Long> publish(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveSubscription.ChannelMessage<ByteBuffer, ByteBuffer>> messageStream) - Specified by:
publishin interfaceorg.springframework.data.redis.connection.ReactivePubSubCommands
-
subscribe
- Specified by:
subscribein interfaceorg.springframework.data.redis.connection.ReactivePubSubCommands
-
pSubscribe
- Specified by:
pSubscribein interfaceorg.springframework.data.redis.connection.ReactivePubSubCommands
-
toByteArray
-