Interface TxnListener

All Known Implementing Classes:
CountDownCommitBarrier.RestorePartiesCompensatingTask

public interface TxnListener
A listener tailored for listening to events in the Txn life-cycle.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(Txn txn, TxnEvent e)
    Notifies that a certain TxnEvent happened inside a Txn.
  • Method Details

    • notify

      void notify(Txn txn, TxnEvent e)
      Notifies that a certain TxnEvent happened inside a Txn.
      Parameters:
      txn - the Txn where the event happened
      e - the event