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."],[[["This webpage lists the documentation for various versions of `FlowControlEventStats.FlowControlEvent`, ranging from the latest version 2.63.1 down to version 2.7.1."],["`FlowControlEventStats.FlowControlEvent` is a class that records details about flow control events, including throttled time or exceptions when limits are exceeded."],["The class `FlowControlEventStats.FlowControlEvent` implements the `Comparable` interface, allowing instances to be compared to each other using the `compareTo` method."],["The class includes methods to retrieve the exception (`getException`), throttled time (`getThrottledTime`), and timestamp (`getTimestampMs`) associated with the flow control event."],["This class inherits several methods from `java.lang.Object`, such as `clone`, `equals`, and `hashCode`, that can be used to manage and compare objects."]]],[]]