public interface TxnIdGenerator
TxnIds.
TxnId is a identifier for a transaction.
A component in a transaction can use it as a unique key.
The TxnId
TxnId are .equals
if
It is preferrable that the TxnId is global unique over time and space.
| Modifier and Type | Method and Description |
|---|---|
TxnId |
generate() |
TxnId generate()
Licensed under the Apache License, Version 2.0