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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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`."]]],[]]