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-08-28 UTC."],[[["\u003cp\u003eThe latest version available is 2.63.1, as indicated by the "(latest)" tag, and the page lists versions dating back to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFlowControlEventStats.FlowControlEvent\u003c/code\u003e is a class that implements the \u003ccode\u003eComparable\u003c/code\u003e interface, allowing for comparison of \u003ccode\u003eFlowControlEvent\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFlowControlEvent\u003c/code\u003e objects record either a throttled time when \u003ccode\u003eLimitExceededBehavior\u003c/code\u003e is \u003ccode\u003eBlock\u003c/code\u003e or an exception when it's \u003ccode\u003eThrowException\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods to retrieve an exception (\u003ccode\u003egetException()\u003c/code\u003e), the throttled time in a specified \u003ccode\u003eTimeUnit\u003c/code\u003e (\u003ccode\u003egetThrottledTime()\u003c/code\u003e), and a timestamp in milliseconds (\u003ccode\u003egetTimestampMs()\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits several standard methods from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, such as \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals()\u003c/code\u003e, \u003ccode\u003ehashCode()\u003c/code\u003e, and \u003ccode\u003etoString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]