Interface TransactionScannerInterface


  • public interface TransactionScannerInterface
    Interface for the transaction queue scanner that is used as a callback from messages like DumpHandlesRequest.
    • Method Detail

      • nextTransaction

        Transaction nextTransaction()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • close

        void close()