Uses of Interface
org.redisson.api.listener.PatternMessageListener
Packages that use PatternMessageListener
-
Uses of PatternMessageListener in org.redisson
Methods in org.redisson that return PatternMessageListenerMethods in org.redisson with parameters of type PatternMessageListenerModifier and TypeMethodDescription<T> intRedissonPatternTopic.addListener(Class<T> type, PatternMessageListener<T> listener) RedissonPatternTopic.addListenerAsync(Class<T> type, PatternMessageListener<T> listener) voidRedissonPatternTopic.removeListener(PatternMessageListener<?> listener) Constructors in org.redisson with parameters of type PatternMessageListenerModifierConstructorDescriptionPubSubPatternMessageListener(Class<V> type, PatternMessageListener<V> listener, String name) -
Uses of PatternMessageListener in org.redisson.api
Methods in org.redisson.api with parameters of type PatternMessageListenerModifier and TypeMethodDescription<T> intRPatternTopic.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.RPatternTopic.addListenerAsync(Class<T> type, PatternMessageListener<T> listener) voidRPatternTopic.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