Exception FlowController.MaxOutstandingElementCountReachedException (2.48.1)

public static final class FlowController.MaxOutstandingElementCountReachedException extends FlowController.FlowControlException

Exception thrown when client-side flow control is enforced based on the maximum number of outstanding in-memory elements.

Constructors

MaxOutstandingElementCountReachedException(long currentMaxElementCount)

public MaxOutstandingElementCountReachedException(long currentMaxElementCount)
Parameter
Name Description
currentMaxElementCount long

Methods

getCurrentMaxBatchElementCount()

public long getCurrentMaxBatchElementCount()
Returns
Type Description
long

toString()

public String toString()
Returns
Type Description
String
Overrides