Package org.forgerock.openig.filter.circuitbreaker
package org.forgerock.openig.filter.circuitbreaker
This package contains the components used to implement circuit breaking.
-
ClassesClassDescriptionFilter implementing the Circuit Breaker pattern to avoid cascading failures.The Heaplet used to create a
CircuitBreakerFilter
heap object.TheTypeDefinitionProvider
of theCircuitBreakerFilter
.An implementation of aResultRecorder
to count the number of failed requests in the last size requests.