Uses of Class
org.springframework.cloud.gateway.actuate.GatewayLegacyControllerEndpoint
-
Packages that use GatewayLegacyControllerEndpoint Package Description org.springframework.cloud.gateway.config -
-
Uses of GatewayLegacyControllerEndpoint in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config that return GatewayLegacyControllerEndpoint Modifier and Type Method Description GatewayLegacyControllerEndpointGatewayAutoConfiguration.GatewayActuatorConfiguration. gatewayLegacyControllerEndpoint(RouteDefinitionLocator routeDefinitionLocator, List<GlobalFilter> globalFilters, List<GatewayFilterFactory> gatewayFilters, List<RoutePredicateFactory> routePredicates, RouteDefinitionWriter routeDefinitionWriter, RouteLocator routeLocator)
-