Class SpringCloudCircuitBreakerFilterFactory.Config
java.lang.Object
org.springframework.cloud.gateway.filter.factory.SpringCloudCircuitBreakerFilterFactory.Config
- All Implemented Interfaces:
HasRouteId
- Enclosing class:
SpringCloudCircuitBreakerFilterFactory
public static class SpringCloudCircuitBreakerFilterFactory.Config
extends Object
implements HasRouteId
- Author:
- Ryan Baxter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStatusCode(String statusCode) @Nullable URI@Nullable StringgetId()@Nullable StringgetName()@Nullable StringbooleansetFallbackUri(String fallbackUri) setFallbackUri(URI fallbackUri) voidsetResumeWithoutError(boolean resumeWithoutError) voidsetRouteId(String routeId) setStatusCodes(Set<String> statusCodes)
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
setRouteId
- Specified by:
setRouteIdin interfaceHasRouteId
-
getRouteId
- Specified by:
getRouteIdin interfaceHasRouteId
-
getFallbackUri
-
setFallbackUri
-
setFallbackUri
-
getName
-
setName
-
getId
-
getStatusCodes
-
setStatusCodes
-
addStatusCode
-
isResumeWithoutError
public boolean isResumeWithoutError() -
setResumeWithoutError
public void setResumeWithoutError(boolean resumeWithoutError)
-