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-04 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."]]],[]]