Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-api
/
xtdb.api
/
TransactionResult
Transaction
Result
sealed
interface
TransactionResult
Inheritors
Committed
Aborted
Members
Types
Aborted
Link copied to clipboard
data
class
Aborted
(
val
txKey
:
TransactionKey
,
val
error
:
Throwable
?
)
:
TransactionResult
Committed
Link copied to clipboard
data
class
Committed
(
val
txKey
:
TransactionKey
)
:
TransactionResult
Properties
tx
Key
Link copied to clipboard
abstract
val
txKey
:
TransactionKey