Uses of Interface
org.redisson.api.listener.StatusListener
Packages that use StatusListener
-
Uses of StatusListener in org.redisson
Methods in org.redisson that return StatusListenerMethods in org.redisson with parameters of type StatusListenerModifier and TypeMethodDescriptionintRedissonTopic.addListener(StatusListener listener) RedissonTopic.addListenerAsync(StatusListener listener) Constructors in org.redisson with parameters of type StatusListener -
Uses of StatusListener in org.redisson.api
Methods in org.redisson.api with parameters of type StatusListenerModifier and TypeMethodDescriptionintRTopic.addListener(StatusListener listener) Subscribes to status changes of this topicreactor.core.publisher.Mono<Integer> RTopicReactive.addListener(StatusListener listener) Subscribes to status changes of this topicio.reactivex.rxjava3.core.Single<Integer> RTopicRx.addListener(StatusListener listener) Subscribes to status changes of this topicRTopicAsync.addListenerAsync(StatusListener listener) Subscribes to status changes of this topic -
Uses of StatusListener in org.redisson.api.listener
Classes in org.redisson.api.listener that implement StatusListenerModifier and TypeClassDescriptionclassBase status listener for Redis PubSub channel status changes