Module lettuce.core

Class CommandStartedEvent

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 Details

  • Method Details

    • getStartedAt

      public Instant getStartedAt()
      Returns:
      Instant when the command was started.