Uses of Interface
org.redisson.api.listener.PatternMessageListener
-
Packages that use PatternMessageListener Package Description org.redisson org.redisson.api org.redisson.spring.session -
-
Uses of PatternMessageListener in org.redisson
Methods in org.redisson that return PatternMessageListener Modifier and Type Method Description PatternMessageListener<V>
PubSubPatternMessageListener. getListener()
Methods in org.redisson with parameters of type PatternMessageListener Modifier and Type Method Description <T> int
RedissonPatternTopic. addListener(Class<T> type, PatternMessageListener<T> listener)
<T> RFuture<Integer>
RedissonPatternTopic. addListenerAsync(Class<T> type, PatternMessageListener<T> listener)
void
RedissonPatternTopic. removeListener(PatternMessageListener<?> listener)
Constructors in org.redisson with parameters of type PatternMessageListener Constructor Description PubSubPatternMessageListener(Class<V> type, PatternMessageListener<V> listener, String name)
-
Uses of PatternMessageListener in org.redisson.api
Methods in org.redisson.api with parameters of type PatternMessageListener Modifier and Type Method Description <T> int
RPatternTopic. addListener(Class<T> type, PatternMessageListener<T> listener)
Subscribes to this topic.<T> reactor.core.publisher.Mono<Integer>
RPatternTopicReactive. addListener(Class<T> type, PatternMessageListener<T> listener)
Subscribes to this topic.<T> io.reactivex.rxjava3.core.Single<Integer>
RPatternTopicRx. addListener(Class<T> type, PatternMessageListener<T> listener)
Subscribes to this topic.<T> RFuture<Integer>
RPatternTopic. addListenerAsync(Class<T> type, PatternMessageListener<T> listener)
void
RPatternTopic. removeListener(PatternMessageListener<?> listener)
Removes the listener by its instance -
Uses of PatternMessageListener in org.redisson.spring.session
Classes in org.redisson.spring.session that implement PatternMessageListener Modifier and Type Class Description class
RedissonSessionRepository
Deprecated.
-