Interface BookieShell.UpdateLedgerNotifier

Enclosing class:
BookieShell

public static interface BookieShell.UpdateLedgerNotifier
A facility for reporting update ledger progress.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    progress(long updated, long issued)
     
  • Method Details

    • progress

      void progress(long updated, long issued)