com.wavefront.sdk.jersey.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wavefront-jersey-sdk-java Show documentation
Show all versions of wavefront-jersey-sdk-java Show documentation
Instruments Jersey-compliant APIs to send telemetry data to Wavefront from Java applications.
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";
}