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

com.wavefront.sdk.jersey.Constants Maven / Gradle / Ivy

Go to download

Instruments Jersey-compliant APIs to send telemetry data to Wavefront from Java applications.

There is a newer version: 1.3.5
Show newest version
package com.wavefront.sdk.jersey;

/**
 * Jersey SDK constants.
 *
 * @author Sushant Dewan ([email protected]).
 */
public class Constants {

  /**
   * Name of the jersey server component.
   */
  public final static String JERSEY_SERVER_COMPONENT = "jersey-server";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy