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
CircuitBreakerFilterheap object.TheTypeDefinitionProviderof theCircuitBreakerFilter.An implementation of aResultRecorderto count the number of failed requests in the last size requests.