All Classes and Interfaces

Class
Description
Abstract registry to be shared with all resilience4j registries
Exception indicating that the permission wasn't acquired because the task was cancelled or thread interrupted.
 
A BiFunction-like interface which allows throwing Error.
A Consumer-like interface which allows throwing Error.
A Function-like interface which allows throwing Error.
 
A Runnable-like interface which allows throwing Error.
A Supplier-like interface which allows throwing Error.
 
 
 
configuration not found exception
 
 
Abstraction to retrieve, copy and clean up values across thread boundary.
A convenient implementation of empty ContextPropagator
 
The Left version of an Either.
The Right version of an Either.
 
 
 
 
 
 
A Metrics implementation is backed by a sliding window that aggregates only the last N calls.
Default Implementation Of RegistryStore using ConcurrentHashMap
 
An IntervalBiFunction which can be used to calculate the wait interval.
An IntervalFunction which can be used to calculate the wait interval.
 
 
 
Creates threads using "$name-%d" pattern for naming.
A common Spring annotation to declare that annotated elements cannot be null.
A common Spring annotation to declare that parameters and return values are to be considered as non-nullable by default for a given package.
A common Spring annotation to declare that fields are to be considered as non-nullable by default for a given package.
A common Spring annotation to declare that annotated elements can be null under some circumstance.
Apply a computation only once.
 
 
root resilience4j registry to be used by resilience types registries for common functionality
An EventPublisher can be used to register event consumers.
 
Event types which are created by a CircuitBreaker.
Registry Event Consumer to be used by AbstractRegistry.RegistryEventProcessor
 
 
A Metrics implementation is backed by a sliding time window that aggregates only the calls made in the last N seconds.
 
 
A simple StopWatch to measure the processing duration of a call.