Class WeightConfig
java.lang.Object
org.springframework.cloud.gateway.support.WeightConfig
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWeightConfig(String routeId) WeightConfig(String group, String routeId, int weight) -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()intsetRouteId(String routeId) setWeight(int weight) toString()
-
Field Details
-
CONFIG_PREFIX
-
-
Constructor Details
-
WeightConfig
-
WeightConfig
-
-
Method Details
-
getGroup
-
setGroup
-
getRouteId
-
setRouteId
-
getWeight
public int getWeight() -
setWeight
-
toString
-