@SpringBootConfiguration @EnableAutoConfiguration @Import(value=<error>) public class GatewaySampleApplication extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HELLO_FROM_FAKE_ACTUATOR_METRICS_GATEWAY_REQUESTS |
| Constructor and Description |
|---|
GatewaySampleApplication() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.gateway.route.RouteLocator |
customRouteLocator(org.springframework.cloud.gateway.route.builder.RouteLocatorBuilder builder) |
static void |
main(String[] args) |
org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> |
testFunRouterFunction() |
org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> |
testWhenMetricPathIsNotMeet() |
public static final String HELLO_FROM_FAKE_ACTUATOR_METRICS_GATEWAY_REQUESTS
public static void main(String[] args)
@Bean public org.springframework.cloud.gateway.route.RouteLocator customRouteLocator(org.springframework.cloud.gateway.route.builder.RouteLocatorBuilder builder)
@Bean public org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> testFunRouterFunction()
@Bean public org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> testWhenMetricPathIsNotMeet()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.