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."],[[["The webpage provides documentation for various versions of `FlowControlEventStats.FlowControlEvent`, ranging from version 2.23.3 to the latest 2.63.1."],["`FlowControlEventStats.FlowControlEvent` is a class that implements the `Comparable` interface and records flow control events."],["It is used to record either the time an operation was throttled or the exception that occurred when `LimitExceededBehavior` was set to `ThrowException`."],["The class includes methods like `compareTo`, `getException`, `getThrottledTime`, and `getTimestampMs` to manage and retrieve information about the flow control events."],["The `FlowControlEventStats.FlowControlEvent` class inherits members from the `java.lang.Object` class, which are listed in the documentation."]]],[]]