java.lang.Object
io.lettuce.core.event.command.CommandBaseEvent
- Direct Known Subclasses:
CommandFailedEvent,CommandStartedEvent,CommandSucceededEvent
public abstract class CommandBaseEvent extends Object
Base class for Redis command events.
- Since:
- 6.1
- Author:
- Mikhael Sokolov
-
Constructor Summary
Constructors Modifier Constructor Description protectedCommandBaseEvent(RedisCommand<Object,Object,Object> command, Map<String,Object> context) -
Method Summary
Modifier and Type Method Description RedisCommand<Object,Object,Object>getCommand()Map<String,Object>getContext()StringtoString()