Module lettuce.core

Class CommandLatencyEvent

java.lang.Object
io.lettuce.core.event.metrics.CommandLatencyEvent
All Implemented Interfaces:
Event

public class CommandLatencyEvent
extends Object
implements Event
Event that transports command latency metrics. This event carries latencies for multiple commands and connections.
Author:
Mark Paluch