Uses of Interface
org.redisson.api.listener.StatusListener
-
Packages that use StatusListener Package Description org.redisson org.redisson.api org.redisson.api.listener -
-
Uses of StatusListener in org.redisson
Methods in org.redisson with parameters of type StatusListener Modifier and Type Method Description intRedissonTopic. addListener(StatusListener listener)RFuture<Integer>RedissonTopic. addListenerAsync(StatusListener listener)Constructors in org.redisson with parameters of type StatusListener Constructor Description PubSubStatusListener(StatusListener listener, String name) -
Uses of StatusListener in org.redisson.api
Methods in org.redisson.api with parameters of type StatusListener Modifier and Type Method Description intRTopic. 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 topicRFuture<Integer>RTopicAsync. 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 StatusListener Modifier and Type Class Description classBaseStatusListenerBase status listener for Redis PubSub channel status changes
-