Interface TransactionParticipantMetaData

All Known Implementing Classes:
TransactionParticipantDataImpl

public interface TransactionParticipantMetaData
Represents a transaction meta data for a specific transaction participant.
Since:
9.0.1
Author:
idan
  • Method Details

    • getParticipantId

      int getParticipantId()
      The id of the space that committed the transaction.
      Returns:
      the participantId
    • getTransactionParticipantsCount

      int getTransactionParticipantsCount()
      Number of participants in the transaction
      Returns:
      the participantsCount
    • getTransactionUniqueId

      TransactionUniqueId getTransactionUniqueId()
      The id of the transaction
      Returns:
      the transactionId