Class RequestId
- java.lang.Object
-
- org.hawaiiframework.logging.model.RequestId
-
public final class RequestId extends Object
Class that holds a request id in a ThreadLocal.- Since:
- 2.0.0
- Author:
- Rutger Lubbers
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
get()
Return the id as string.static void
remove()
Clear the thread local.static void
set(UUID value)
Set the request id.
-