Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
Xtdb
/
Connection
/
LastSubmittedTx
Last
Submitted
Tx
data
class
LastSubmittedTx
(
val
txId
:
MessageId
,
val
systemTime
:
Instant
?
,
val
committed
:
Boolean
?
,
val
error
:
Throwable
?
)
Members
Constructors
Last
Submitted
Tx
Link copied to clipboard
constructor
(
txId
:
MessageId
,
systemTime
:
Instant
?
,
committed
:
Boolean
?
,
error
:
Throwable
?
)
Properties
committed
Link copied to clipboard
val
committed
:
Boolean
?
error
Link copied to clipboard
val
error
:
Throwable
?
system
Time
Link copied to clipboard
val
systemTime
:
Instant
?
tx
Id
Link copied to clipboard
val
txId
:
MessageId