Class NordnUploadAction

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

public final class NordnUploadAction extends Object implements Runnable
Action that reads the NORDN pull queues, uploads claims and sunrise marks data to TMCH, and enqueues subsequent upload verification tasks. A unique actionLogId is generated and passed along to the verify action so that connected verify tasks can be identified by looking at logs.
See Also:
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable