Class RequestId


  • public final class RequestId
    extends Object
    Class that holds a request id in a ThreadLocal.
    • Method Detail

      • get

        public static String get()
        Return the id as string.
      • set

        public static void set​(UUID value)
        Set the request id.
      • remove

        public static void remove()
        Clear the thread local.