com.alibaba.csp.ahas.sentinel.gateway.zuul.SentinelZuulGatewayConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-zuul-starter-ahas-sentinel Show documentation
Show all versions of spring-cloud-zuul-starter-ahas-sentinel Show documentation
The AHAS Sentinel Spring Cloud Zuul Starter
package com.alibaba.csp.ahas.sentinel.gateway.zuul;
/**
* @author Eric Zhao
*/
public final class SentinelZuulGatewayConstants {
public static final String FALLBACK_MSG_RESPONSE = "response";
public static final String FALLBACK_REDIRECT = "redirect";
private SentinelZuulGatewayConstants() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy