A flow control event. Record throttled time if LimitExceededBehavior is LimitExceededBehavior#Block, or the exception if the behavior is LimitExceededBehavior#ThrowException.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-01 UTC."],[[["The webpage provides documentation for various versions of `FlowControlEventStats.FlowControlEvent`, ranging from version 2.63.1 (latest) down to 2.7.1."],["`FlowControlEventStats.FlowControlEvent` is a class that implements the `Comparable` interface, enabling comparison with other `FlowControlEventStats.FlowControlEvent` instances."],["`FlowControlEventStats.FlowControlEvent` records information about flow control events, specifically the throttled time or exception details when a limit is exceeded."],["The `FlowControlEventStats.FlowControlEvent` class includes methods to retrieve the exception (`getException()`), the throttled time (`getThrottledTime(TimeUnit timeUnit)`), and the event's timestamp (`getTimestampMs()`)."],["The `compareTo(FlowControlEventStats.FlowControlEvent otherEvent)` method allows you to compare the current FlowControlEvent to another."]]],[]]