java.lang.Object
io.lettuce.core.event.command.CommandBaseEvent
io.lettuce.core.event.command.CommandStartedEvent
public class CommandStartedEvent extends CommandBaseEvent
Event for a started command.
- Since:
- 6.1
- Author:
- Mikhael Sokolov
-
Constructor Summary
Constructors Constructor Description CommandStartedEvent(RedisCommand<Object,Object,Object> command, long startedAt) -
Method Summary
Modifier and Type Method Description InstantgetStartedAt()Methods inherited from class io.lettuce.core.event.command.CommandBaseEvent
getCommand, getContext, toString
-
Constructor Details
-
CommandStartedEvent
-
-
Method Details
-
getStartedAt
- Returns:
Instantwhen the command was started.
-