Class LedgerTransactionEvent

java.lang.Object
io.vertigo.audit.ledger.LedgerTransactionEvent
All Implemented Interfaces:
io.vertigo.commons.eventbus.Event

public final class LedgerTransactionEvent extends Object implements io.vertigo.commons.eventbus.Event
This class defines the event that is emitted when a transaction is written in the ledger and send to myPublicAddress.
Author:
mlaroche
  • Constructor Details

    • LedgerTransactionEvent

      public LedgerTransactionEvent(LedgerTransaction ledgerTransaction)
      Constructor.
      Parameters:
      ledgerTransaction - A ledgerTransaction
  • Method Details

    • getLedgerTransaction

      public LedgerTransaction getLedgerTransaction()
      Returns:
      ledgerTransaction the newly written ledgerTransaction