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.
-
-
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 transaction id.
-