Uses of Interface
org.springframework.cloud.gateway.support.tagsprovider.GatewayTagsProvider
-
Packages that use GatewayTagsProvider Package Description org.springframework.cloud.gateway.config org.springframework.cloud.gateway.filter org.springframework.cloud.gateway.support.tagsprovider -
-
Uses of GatewayTagsProvider in org.springframework.cloud.gateway.config
Method parameters in org.springframework.cloud.gateway.config with type arguments of type GatewayTagsProvider Modifier and Type Method Description GatewayMetricsFilterGatewayMetricsAutoConfiguration. gatewayMetricFilter(io.micrometer.core.instrument.MeterRegistry meterRegistry, List<GatewayTagsProvider> tagsProviders, GatewayMetricsProperties properties) -
Uses of GatewayTagsProvider in org.springframework.cloud.gateway.filter
Constructor parameters in org.springframework.cloud.gateway.filter with type arguments of type GatewayTagsProvider Constructor Description GatewayMetricsFilter(io.micrometer.core.instrument.MeterRegistry meterRegistry, List<GatewayTagsProvider> tagsProviders, String metricsPrefix) -
Uses of GatewayTagsProvider in org.springframework.cloud.gateway.support.tagsprovider
Classes in org.springframework.cloud.gateway.support.tagsprovider that implement GatewayTagsProvider Modifier and Type Class Description classGatewayHttpTagsProviderclassGatewayPathTagsProviderclassGatewayRouteTagsProviderclassPropertiesTagsProviderMethods in org.springframework.cloud.gateway.support.tagsprovider that return GatewayTagsProvider Modifier and Type Method Description default GatewayTagsProviderGatewayTagsProvider. and(GatewayTagsProvider other)Methods in org.springframework.cloud.gateway.support.tagsprovider with parameters of type GatewayTagsProvider Modifier and Type Method Description default GatewayTagsProviderGatewayTagsProvider. and(GatewayTagsProvider other)
-