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-04-17 UTC."],[[["The latest version available is 2.63.1, as indicated by the \"(latest)\" tag, and the page lists versions dating back to 2.7.1."],["`FlowControlEventStats.FlowControlEvent` is a class that implements the `Comparable` interface, allowing for comparison of `FlowControlEvent` objects."],["`FlowControlEvent` objects record either a throttled time when `LimitExceededBehavior` is `Block` or an exception when it's `ThrowException`."],["The class includes methods to retrieve an exception (`getException()`), the throttled time in a specified `TimeUnit` (`getThrottledTime()`), and a timestamp in milliseconds (`getTimestampMs()`)."],["The class inherits several standard methods from `java.lang.Object`, such as `clone()`, `equals()`, `hashCode()`, and `toString()`."]]],[]]