Uses of Class
io.lettuce.core.event.command.CommandFailedEvent
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.event.command |
Command-related events.
|
-
Uses of CommandFailedEvent in io.lettuce.core
Methods in io.lettuce.core with parameters of type CommandFailedEvent Modifier and Type Method Description voidCommandListenerWriter.CommandListenerMulticaster. commandFailed(CommandFailedEvent event) -
Uses of CommandFailedEvent in io.lettuce.core.event.command
Methods in io.lettuce.core.event.command with parameters of type CommandFailedEvent Modifier and Type Method Description default voidCommandListener. commandFailed(CommandFailedEvent event)Listener for command failure events.