![JAR search and dependency download from the Maven repository](/logo.png)
com.tvd12.ezymq.common.constant.EzyRpcHeaderKeys Maven / Gradle / Ivy
package com.tvd12.ezymq.common.constant;
public final class EzyRpcHeaderKeys {
public static final String STATUS = "st";
public static final String MESSAGE = "msg";
public static final String ERROR_CODE = "ec";
private EzyRpcHeaderKeys() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy