Class BackpressureException

All Implemented Interfaces:
Serializable

public class BackpressureException extends CouchbaseException
Identifies the need to back off on the supplier side when using a service, because the consumer is overloaded.
Since:
1.0
Author:
Michael Nitschinger
See Also:
  • Constructor Details

    • BackpressureException

      public BackpressureException()
    • BackpressureException

      public BackpressureException(RingBufferDiagnostics diagnostics)
  • Method Details