| Interface | Description |
|---|---|
| AnnotatedParameterProcessor |
Feign contract method parameter processor.
|
| AnnotatedParameterProcessor.AnnotatedParameterContext |
Specifies the parameter context.
|
| CircuitBreakerNameResolver |
Used to resolve a circuitbreaker name which will be used in
CircuitBreakerFactory. |
| FallbackFactory<T> |
Used to control the fallback given its cause.
|
| FeignBuilderCustomizer |
Allows application to customize the Feign builder.
|
| FeignErrorDecoderFactory |
Allows an application to use a custom Feign
ErrorDecoder. |
| FeignFormatterRegistrar |
Allows an application to customize the Feign
FormattingConversionService. |
| FeignLoggerFactory |
Allows an application to use a custom Feign
Logger. |
| Targeter |
| Annotation Type | Description |
|---|---|
| CollectionFormat |
Indicates which collection format should be used while processing the annotated method.
|
| EnableFeignClients |
Scans for interfaces that declare they are feign clients (via
FeignClient @FeignClient). |
| FeignClient |
Annotation for interfaces declaring that a REST client with that interface should be
created (e.g.
|
| SpringQueryMap |
Spring MVC equivalent of OpenFeign's
QueryMap parameter annotation. |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.