Class GatewayRouteTagsProvider
java.lang.Object
org.springframework.cloud.gateway.support.tagsprovider.GatewayRouteTagsProvider
- All Implemented Interfaces:
Function<org.springframework.web.server.ServerWebExchange, io.micrometer.core.instrument.Tags>, GatewayTagsProvider
- Author:
- Ingyu Hwang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.core.instrument.Tagsapply(org.springframework.web.server.ServerWebExchange exchange) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GatewayTagsProvider
and
-
Constructor Details
-
GatewayRouteTagsProvider
public GatewayRouteTagsProvider()
-
-
Method Details
-
apply
-