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-02 UTC."],[[["The latest version of the `FlowControlEventStats.FlowControlEvent` class is 2.63.1, with numerous prior versions available, down to 2.7.1."],["The `FlowControlEventStats.FlowControlEvent` class implements the `Comparable` interface, allowing for comparison between instances."],["The class inherits several methods from `java.lang.Object`, including `clone()`, `equals()`, and `toString()`."],["Key methods within `FlowControlEventStats.FlowControlEvent` include `compareTo`, `getException`, `getThrottledTime`, and `getTimestampMs`, which provide functionalities for comparison, exception handling, and time measurement related to flow control events."],["`FlowControlEventStats.FlowControlEvent` records the amount of time throttled if `LimitExceededBehavior` is set to block, or the exception if it is set to `ThrowException`."]]],[]]