Package io.vertigo.audit.ledger
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
LedgerTransactionEvent
Constructor.- Parameters:
ledgerTransaction- A ledgerTransaction
-
-
Method Details
-
getLedgerTransaction
- Returns:
- ledgerTransaction the newly written ledgerTransaction
-