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."],[[["This webpage provides documentation for `FlowControlEventStats.FlowControlEvent`, a class that records flow control events, including throttled time and exceptions."],["The documentation covers multiple versions of the class, ranging from version 2.3.0 to the latest version, 2.63.1, with each having a link to its own documentation."],["`FlowControlEvent` implements the `Comparable` interface, enabling comparisons between different flow control events, and inherits methods from the `Object` class."],["Key methods include `compareTo` for event comparison, `getException` to retrieve any associated exceptions, `getThrottledTime` to get the duration of throttling, and `getTimestampMs` for the event's timestamp."],["The documentation details parameters, return types, and descriptions for each method, providing comprehensive information for developers."]]],[]]