Decorator to set idle in transaction timeout. Abort transactions that are idle for longer than the specified timeout.
Usage:
@IdleInTransactionTimeout(60000) // 1 minute async runTransaction() { // long running transaction } Copy
@IdleInTransactionTimeout(60000) // 1 minute async runTransaction() { // long running transaction }
Timeout in milliseconds
Decorator to set idle in transaction timeout. Abort transactions that are idle for longer than the specified timeout.
Usage: