| Package | Description |
|---|---|
| feign |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionPropagationPolicy |
BaseBuilder.propagationPolicy |
| Modifier and Type | Method and Description |
|---|---|
ExceptionPropagationPolicy |
MethodHandlerConfiguration.getPropagationPolicy() |
static ExceptionPropagationPolicy |
ExceptionPropagationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionPropagationPolicy[] |
ExceptionPropagationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
B |
BaseBuilder.exceptionPropagationPolicy(ExceptionPropagationPolicy propagationPolicy) |
Feign.Builder |
Feign.Builder.exceptionPropagationPolicy(ExceptionPropagationPolicy propagationPolicy) |
| Constructor and Description |
|---|
MethodHandlerConfiguration(MethodMetadata metadata,
Target<?> target,
Retryer retryer,
List<RequestInterceptor> requestInterceptors,
Logger logger,
Logger.Level logLevel,
feign.RequestTemplate.Factory buildTemplateFromArgs,
Request.Options options,
ExceptionPropagationPolicy propagationPolicy) |
Copyright © 2012–2025 OpenFeign. All rights reserved.