Interface Transactor


public interface Transactor
A class that implements the completion of transactions.
  • Method Details

    • handleTransaction

      CompletedTransaction handleTransaction(MutableTransaction transaction)
      Processes a transaction
      Parameters:
      transaction - the transaction to process
      Returns:
      the completed transaction