All Classes and Interfaces

Class
Description
Configures hooks for propagating authenticated request headers.
 
 
 
Temporary mitigation for RCE in Spring Core (https://bugalert.org/content/notices/2022-03-30-spring.html) Code from https://www.praetorian.com/blog/spring-core-jdk9-rce/
Provides logic to select a service from a configured list of options (e.g.
 
 
Provides logic to select a service from a configured list of options (e.g.
 
 
 
Specify the metric criticality of high, low, or unknown.
 
 
Provider that returns a suitable service client capable of making http calls.
Represents a service endpoint URL and name.
 
Used to add additional information to an exception message.
Builds an ExceptionSummary object from a given Exception.
 
 
 
Copy the MDC before executing tasks.
 
An interceptor that logs Controller metrics to an underlying Registry.
 
Provider interface that concrete implementations will use to provide a customized OkHttpClient.Builder.
Provides OkHttpClient beans.
Beans of this type may customize a OkHttpClient.Builder prototype.
 
 
Builds an OkHttpClient that should be can be used as-is or as a foundation for more custom OkHttpClient needs.
 
 
 
 
 
 
 
Provides support for sharding a service based on SelectableService.Parameter.
 
 
 
Represents a selected service
Factory to build a client for a service.
 
Endpoint config used to build clients.
 
 
As RequestInterceptor no longer present in retrofit2, we have to use Interceptor to add authenticated headers to requests.