Uses of Interface
io.lettuce.core.api.push.PushListener
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api |
Standalone Redis connection API.
|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
-
Uses of PushListener in io.lettuce.core
Methods in io.lettuce.core with parameters of type PushListener Modifier and Type Method Description voidStatefulRedisConnectionImpl. addListener(PushListener listener)Add a new listener.voidStatefulRedisConnectionImpl. removeListener(PushListener listener)Remove an existing listener. -
Uses of PushListener in io.lettuce.core.api
Methods in io.lettuce.core.api with parameters of type PushListener Modifier and Type Method Description voidStatefulRedisConnection. addListener(PushListener listener)Add a newlistenerto consume push messages.voidStatefulRedisConnection. removeListener(PushListener listener)Remove an existinglistener. -
Uses of PushListener in io.lettuce.core.protocol
Methods in io.lettuce.core.protocol that return types with arguments of type PushListener Modifier and Type Method Description List<PushListener>DefaultEndpoint. getPushListeners()Collection<PushListener>PushHandler. getPushListeners()Returns a collection ofPushListener.Methods in io.lettuce.core.protocol with parameters of type PushListener Modifier and Type Method Description voidDefaultEndpoint. addListener(PushListener listener)voidPushHandler. addListener(PushListener listener)Add a newlistener.voidDefaultEndpoint. removeListener(PushListener listener)voidPushHandler. removeListener(PushListener listener)Remove an existinglistener.