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-06-17 UTC."],[[["The latest version of the `FlowControlEventStats.FlowControlEvent` class is 2.63.1, with numerous prior versions listed, down to version 2.7.1."],["`FlowControlEventStats.FlowControlEvent` is a class that records details about flow control events, including whether throttling has occurred or exceptions have been thrown."],["This class implements the `Comparable` interface, allowing instances of `FlowControlEvent` to be compared to one another via the `compareTo` method."],["Key methods within `FlowControlEventStats.FlowControlEvent` include `getException()`, `getThrottledTime()`, and `getTimestampMs()`, allowing retrieval of event details, and the class inherits several methods from the `Object` superclass."],["The `getThrottledTime()` method takes a `TimeUnit` parameter to specify the unit in which to retrieve the throttled time."]]],[]]