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 webpage lists different versions of `FlowControlEventStats.FlowControlEvent`, with version 2.63.1 being the most recent."],["`FlowControlEventStats.FlowControlEvent` is a class that implements the `Comparable` interface and records flow control events, which can include throttled time or an exception, depending on the `LimitExceededBehavior`."],["This class inherits several methods from `java.lang.Object`, including `clone()`, `equals()`, `hashCode()`, and `toString()`."],["Key methods of the `FlowControlEventStats.FlowControlEvent` class are `compareTo()`, `getException()`, `getThrottledTime()`, and `getTimestampMs()`, to compare events, retrieve exceptions, get the throttled time, and retrieve the timestamp respectively."]]],[]]