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

pro.chenggang.plugin.springcloud.gateway.option.ResponseInfo Maven / Gradle / Ivy

There is a newer version: 2.1.SR2.2.RELEASE
Show newest version
package pro.chenggang.plugin.springcloud.gateway.option;

/**
 * Grey Context For Grey Route
 * @author chenggang
 * @date 2019/01/29
 */
public interface ResponseInfo {

    /**
     * get code
     * @return
     */
    String getCode();

    /**
     * get msg
     * @return
     */
    String getMsg();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy