All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nepxion.discovery.plugin.strategy.gateway.constant.GatewayStrategyConstant Maven / Gradle / Ivy

The newest version!
package com.nepxion.discovery.plugin.strategy.gateway.constant;

/**
 * 

Title: Nepxion Discovery

*

Description: Nepxion Discovery

*

Copyright: Copyright (c) 2017-2050

*

Company: Nepxion

* @author Haojun Ren * @version 1.0 */ public class GatewayStrategyConstant { public static final String SPRING_APPLICATION_STRATEGY_GATEWAY_ROUTE_FILTER_ORDER = "spring.application.strategy.gateway.route.filter.order"; public static final String SPRING_APPLICATION_STRATEGY_GATEWAY_HEADER_PRIORITY = "spring.application.strategy.gateway.header.priority"; public static final String SPRING_APPLICATION_STRATEGY_GATEWAY_ORIGINAL_HEADER_IGNORED = "spring.application.strategy.gateway.original.header.ignored"; public static final String SPRING_APPLICATION_STRATEGY_GATEWAY_CORE_HEADER_TRANSMISSION_ENABLED = "spring.application.strategy.gateway.core.header.transmission.enabled"; public static final String SPRING_APPLICATION_STRATEGY_GATEWAY_DYNAMIC_ROUTE_ENABLED = "spring.application.strategy.gateway.dynamic.route.enabled"; public static final String SPRING_APPLICATION_STRATEGY_GATEWAY_SKYWALKING_TRACEID_ENABLED = "spring.application.strategy.gateway.skywalking.traceid.enabled"; public static final int SPRING_APPLICATION_STRATEGY_GATEWAY_ROUTE_FILTER_ORDER_VALUE = 9000; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy