Package

com.ccadllc

cedi

Permalink

package cedi

Visibility
  1. Public
  2. All

Value Members

  1. package circuitbreaker

    Permalink

    The circuitbreaker library provides protection against cascading failure and system overload via the CircuitBreaker and its primary function CircuitBreaker#protect.

    The circuitbreaker library provides protection against cascading failure and system overload via the CircuitBreaker and its primary function CircuitBreaker#protect. A CircuitBreakerRegistry maintains the collection of active circuit breakers and is the interface through which circuit breakers are created, retrieved, and removed and by which clients can subscribe for state change and statistics events related to the circuit breakers.

Ungrouped