Package | Description |
---|---|
feign |
Modifier and Type | Field and Description |
---|---|
protected ExceptionPropagationPolicy |
BaseBuilder.propagationPolicy |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Feign.Builder |
Feign.Builder.exceptionPropagationPolicy(ExceptionPropagationPolicy propagationPolicy) |
B |
BaseBuilder.exceptionPropagationPolicy(ExceptionPropagationPolicy propagationPolicy) |
Copyright © 2012–2023 OpenFeign. All rights reserved.