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-03-21 UTC."],[[["The webpage lists various versions of `FlowControlEventStats.FlowControlEvent`, with the latest being version 2.63.1."],["`FlowControlEventStats.FlowControlEvent` is a class that implements the `Comparable` interface and is used to record flow control events."],["`FlowControlEventStats.FlowControlEvent` can record the throttled time if the `LimitExceededBehavior` is set to `Block`, or it records the exception if set to `ThrowException`."],["Key methods of the `FlowControlEventStats.FlowControlEvent` class include `compareTo`, `getException`, `getThrottledTime`, and `getTimestampMs`, allowing users to compare events, retrieve exceptions, get throttled times, and obtain the timestamp."],["The `FlowControlEventStats.FlowControlEvent` class inherits several members from the `Object` class such as `clone()`, `equals(Object)`, `hashCode()` and more."]]],[]]