public class CommandSucceededEvent extends CommandBaseEvent
| Constructor and Description |
|---|
CommandSucceededEvent(RedisCommand<Object,Object,Object> command,
Map<String,Object> context,
long started,
long completed) |
| Modifier and Type | Method and Description |
|---|---|
Instant |
getCompleted() |
Duration |
getDuration() |
long |
getDuration(TimeUnit unit) |
Instant |
getStarted() |
getCommand, getContext, toStringCopyright © 2024 lettuce.io. All rights reserved.