Class RedissonReactiveSubscription
java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveSubscription
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveSubscription
public class RedissonReactiveSubscription
extends Object
implements org.springframework.data.redis.connection.ReactiveSubscription
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.springframework.data.redis.connection.ReactiveSubscription
org.springframework.data.redis.connection.ReactiveSubscription.ChannelMessage<C extends Object,M extends Object>, org.springframework.data.redis.connection.ReactiveSubscription.Message<C extends Object, M extends Object>, org.springframework.data.redis.connection.ReactiveSubscription.PatternMessage<P extends Object, C extends Object, M extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>cancel()reactor.core.publisher.Mono<Void>pSubscribe(ByteBuffer... patterns) reactor.core.publisher.Mono<Void>reactor.core.publisher.Mono<Void>pUnsubscribe(ByteBuffer... patterns) reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveSubscription.Message<ByteBuffer,ByteBuffer>> receive()reactor.core.publisher.Mono<Void>subscribe(ByteBuffer... channels) protected ChannelNametoChannelName(ByteBuffer channel) reactor.core.publisher.Mono<Void>reactor.core.publisher.Mono<Void>unsubscribe(ByteBuffer... channels)
-
Constructor Details
-
RedissonReactiveSubscription
-
-
Method Details
-
subscribe
- Specified by:
subscribein interfaceorg.springframework.data.redis.connection.ReactiveSubscription
-
toChannelName
-
pSubscribe
- Specified by:
pSubscribein interfaceorg.springframework.data.redis.connection.ReactiveSubscription
-
unsubscribe
- Specified by:
unsubscribein interfaceorg.springframework.data.redis.connection.ReactiveSubscription
-
unsubscribe
- Specified by:
unsubscribein interfaceorg.springframework.data.redis.connection.ReactiveSubscription
-
pUnsubscribe
- Specified by:
pUnsubscribein interfaceorg.springframework.data.redis.connection.ReactiveSubscription
-
pUnsubscribe
- Specified by:
pUnsubscribein interfaceorg.springframework.data.redis.connection.ReactiveSubscription
-
getChannels
- Specified by:
getChannelsin interfaceorg.springframework.data.redis.connection.ReactiveSubscription
-
getPatterns
- Specified by:
getPatternsin interfaceorg.springframework.data.redis.connection.ReactiveSubscription
-
receive
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveSubscription.Message<ByteBuffer,ByteBuffer>> receive()- Specified by:
receivein interfaceorg.springframework.data.redis.connection.ReactiveSubscription
-
cancel
- Specified by:
cancelin interfaceorg.springframework.data.redis.connection.ReactiveSubscription
-