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."],[[["This webpage provides documentation for various versions of `FlowControlEventStats.FlowControlEvent`, ranging from version 2.63.1 (latest) down to 2.7.1."],["`FlowControlEventStats.FlowControlEvent` is a class that records details about flow control events, such as throttled time or exceptions encountered."],["It implements the `Comparable` interface, allowing instances to be compared using the `compareTo` method, and inherits several methods from the `Object` class."],["The class provides methods such as `getException()`, `getThrottledTime(TimeUnit timeUnit)`, and `getTimestampMs()` to access relevant information about the flow control event."],["The most recent version available is 2.63.1, and each version listed provides a link to its respective documentation page."]]],[]]