Uses of Class
org.springframework.cloud.gateway.support.WeightConfig
-
Packages that use WeightConfig Package Description org.springframework.cloud.gateway.event org.springframework.cloud.gateway.handler.predicate org.springframework.cloud.gateway.support -
-
Uses of WeightConfig in org.springframework.cloud.gateway.event
Methods in org.springframework.cloud.gateway.event that return WeightConfig Modifier and Type Method Description WeightConfigWeightDefinedEvent. getWeightConfig()Constructors in org.springframework.cloud.gateway.event with parameters of type WeightConfig Constructor Description WeightDefinedEvent(Object source, WeightConfig weightConfig) -
Uses of WeightConfig in org.springframework.cloud.gateway.handler.predicate
Methods in org.springframework.cloud.gateway.handler.predicate with parameters of type WeightConfig Modifier and Type Method Description Predicate<org.springframework.web.server.ServerWebExchange>WeightRoutePredicateFactory. apply(WeightConfig config)voidWeightRoutePredicateFactory. beforeApply(WeightConfig config) -
Uses of WeightConfig in org.springframework.cloud.gateway.support
Methods in org.springframework.cloud.gateway.support that return WeightConfig Modifier and Type Method Description WeightConfigWeightConfig. setGroup(String group)WeightConfigWeightConfig. setRouteId(String routeId)WeightConfigWeightConfig. setWeight(int weight)
-