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 Stringget()Return the id as string.static voidremove()Clear the thread local.static voidset(UUID value)Set the request id.
-