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-07-01 UTC."],[[["The webpage lists different versions of `FlowControlEventStats.FlowControlEvent`, with version 2.63.1 being the latest."],["`FlowControlEventStats.FlowControlEvent` is a class that implements the `Comparable` interface and is used to record flow control events."],["The `FlowControlEvent` class provides methods to retrieve the throttled time using the `getThrottledTime` method and any recorded exceptions with `getException`."],["The `compareTo` method within `FlowControlEvent` is used to compare one `FlowControlEvent` to another `FlowControlEvent` object, and the method `getTimestampMs` will return the time of the event in ms."]]],[]]