Class TransactionId
- java.lang.Object
-
- org.hawaiiframework.logging.model.TransactionId
-
public final class TransactionId extends Object
Class that holds a transaction 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 transaction id.
-