Class TransactionId


  • public final class TransactionId
    extends Object
    Class that holds a transaction id in a ThreadLocal.
    Since:
    2.0.0
    Author:
    Rutger Lubbers
    • Method Detail

      • get

        public static String get()
        Return the id as string.
      • set

        public static void set​(UUID value)
        Set the transaction id.
      • remove

        public static void remove()
        Clear the thread local.