Annotation Type TransactionTimeout

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      TimeUnit unit
      Units used for the specified value.
      long value
      The new timeout value, in seconds.
      • unit

        TimeUnit unit
        Units used for the specified value. The minimum granularity is SECONDS, specifying a lower one will result in a deployment failure.
        Since:
        2.0
        Default:
        java.util.concurrent.TimeUnit.SECONDS