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 int
RedissonTopic. 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 int
RTopic. 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 class
BaseStatusListener
Base status listener for Redis PubSub channel status changes
-