Package org.redisson.api.listener
Interface PatternStatusListener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
BasePatternStatusListener
public interface PatternStatusListener extends EventListener
Listener for Redis PubSub channel status changes- Author:
- Nikita Koksharov
- See Also:
RTopic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPSubscribe(String pattern)
void
onPUnsubscribe(String pattern)
-