Skip to content

Instantly share code, notes, and snippets.

View zodvik's full-sized avatar
🎧
Focusing

Nikhil Bafna zodvik

🎧
Focusing
  • PhonePe
  • Bangalore
View GitHub Profile
package com.sagedevices.platform.jersey.core;
import com.sagedevices.platform.api.util.StringUtil;
public class RequestId {
public static final String HEADER_NAME_ORIGIN = "X-Origin-Request-Id";
public static final String HEADER_NAME_LOCAL = "X-Local-Request-Id";
public static final String MDC_NAME_LOCAL = "LocalRequestId";