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 `FlowControlEvent` documentation is 2.63.1, which is accessible via a provided link, with version 2.60.0 as the current version, and a range of previous versions also listed."],["`FlowControlEvent` is a class that implements the `Comparable` interface, allowing it to be compared with other `FlowControlEvent` objects."],["`FlowControlEvent` is used to record throttled time when `LimitExceededBehavior` is set to `Block`, or to capture an exception if `LimitExceededBehavior` is set to `ThrowException`."],["The `FlowControlEvent` class provides methods to get the recorded `FlowControlException`, the throttled time in a specified `TimeUnit`, and the timestamp in milliseconds."],["The `compareTo` method is included to allow the comparison between two `FlowControlEventStats.FlowControlEvent` instances, taking another `FlowControlEvent` object as a parameter."]]],[]]