Class ForceLedgerProcessorV3

  • All Implemented Interfaces:
    java.lang.Runnable

    class ForceLedgerProcessorV3
    extends PacketProcessorBaseV3
    implements java.lang.Runnable
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • toString

        public java.lang.String toString()
        this toString method filters out body and masterKey from the output. masterKey contains the password of the ledger and body is customer data, so it is not appropriate to have these in logs or system output.
        Overrides:
        toString in class PacketProcessorBaseV3