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

com.tencent.polaris.api.plugin.route.RouterConstants Maven / Gradle / Ivy

package com.tencent.polaris.api.plugin.route;

public interface RouterConstants {

    //set路由
    String SET_ENABLE_KEY = "internal-enable-set";
    String SET_NAME_KEY = "internal-set-name";
    String SET_ENABLED = "Y";

    //金丝雀路由
    String CANARY_KEY = "canary";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy