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

com.alibaba.metrics.rest.Constants Maven / Gradle / Ivy

There is a newer version: 2.0.6
Show newest version
package com.alibaba.metrics.rest;

import javax.ws.rs.core.MediaType;

public interface Constants {

    String DEFAULT_JSON_QUALITY_SOURCE = "0.1"; // the value should be between 0 and 1

    String PRODUCE_JSON_WITH_QUALITY_SOURCE = MediaType.APPLICATION_JSON + ";qs=" + DEFAULT_JSON_QUALITY_SOURCE;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy