Class TransactionId
java.lang.Object
org.hawaiiframework.logging.model.TransactionId
Class that holds a transaction id in a ThreadLocal.
-
Method Summary
-
Method Details
-
get
Return the id as string.- Returns:
- The ID as string, or
nullif not set.
-
set
Set the transaction id.- Parameters:
value- The UUID to set.
-
remove
public static void remove()Clear the thread local.
-