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 latest version of the `FlowControlEventStats.FlowControlEvent` class is 2.63.1, with numerous prior versions available, ranging down to 2.7.1."],["`FlowControlEventStats.FlowControlEvent` is a class that implements the `Comparable` interface for comparing instances and records flow control events, including throttled time or exceptions."],["The class inherits several methods from the `java.lang.Object` class, such as `clone()`, `equals()`, `hashCode()`, and `toString()`."],["The `FlowControlEventStats.FlowControlEvent` class offers methods like `compareTo()`, `getException()`, `getThrottledTime()`, and `getTimestampMs()` to manage and retrieve data related to the flow control event."],["The `FlowControlEventStats.FlowControlEvent` class captures when the behavior of LimitExceeded is set to `LimitExceededBehavior#Block` or `LimitExceededBehavior#ThrowException`."]]],[]]