Class FlowControlEventStats.FlowControlEvent

java.lang.Object
com.google.api.gax.batching.FlowControlEventStats.FlowControlEvent
All Implemented Interfaces:
Comparable<FlowControlEventStats.FlowControlEvent>
Enclosing class:
FlowControlEventStats

public static class FlowControlEventStats.FlowControlEvent extends Object implements Comparable<FlowControlEventStats.FlowControlEvent>
A flow control event. Record throttled time if FlowController.LimitExceededBehavior is FlowController.LimitExceededBehavior.Block, or the exception if the behavior is FlowController.LimitExceededBehavior.ThrowException.