virtufin.finance.simulation.util
Signature of method transforming the return value from TransactionsGenerator.generateTransactions of the underlying SimulatedFeature
Signature of method
Signature of method transforming the return value from Trigger.project of the underlying SimulatedFeature
This class allows to perform some action before and after calling the methods Trigger.project TransactionsGenerator.generateTransactions, and MessageProcessor.processMessages.
This class allows to perform some action before and after calling the methods Trigger.project TransactionsGenerator.generateTransactions, and MessageProcessor.processMessages. A typical use case is to use this class for logging or saving transactions to a database
transforms return value from Trigger.project of the underlying SimulatedFeature, by default the value of the underlying SimulatedFeature is not modified
transforms return value from TransactionsGenerator.generateTransactions of the underlying SimulatedFeature, by default the value of the underlying SimulatedFeature is not modified
transforms return value from MessageProcessor.processMessage, by default the value of the underlying SimulatedFeature is not modified
Do not modify return value of underlying Agent
Do not modify return value of underlying Agent
Do not modify return value of underlying Agent