Class TmchDnlAction

java.lang.Object
google.registry.tmch.TmchDnlAction
All Implemented Interfaces:
Runnable

public final class TmchDnlAction extends Object implements Runnable
Action to download the latest domain name list (aka claims list) from MarksDB.
  • Method Details

    • run

      public void run()
      Synchronously fetches latest domain name list and saves it to Cloud SQL.
      Specified by:
      run in interface Runnable