mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Add ResaveEntityAction to BackendRequestComponent
The action isn't routable (i.e. it doesn't work) unless this is specified. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=203020503
This commit is contained in:
parent
32b3563126
commit
390939815a
2 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,7 @@ import google.registry.batch.ExpandRecurringBillingEventsAction;
|
|||
import google.registry.batch.MapreduceEntityCleanupAction;
|
||||
import google.registry.batch.RefreshDnsOnHostRenameAction;
|
||||
import google.registry.batch.ResaveAllEppResourcesAction;
|
||||
import google.registry.batch.ResaveEntityAction;
|
||||
import google.registry.batch.VerifyEntityIntegrityAction;
|
||||
import google.registry.cron.CommitLogFanoutAction;
|
||||
import google.registry.cron.CronModule;
|
||||
|
@ -147,6 +148,7 @@ interface BackendRequestComponent {
|
|||
RefreshDnsAction refreshDnsAction();
|
||||
RefreshDnsOnHostRenameAction refreshDnsOnHostRenameAction();
|
||||
ResaveAllEppResourcesAction resaveAllEppResourcesAction();
|
||||
ResaveEntityAction resaveEntityAction();
|
||||
SyncGroupMembersAction syncGroupMembersAction();
|
||||
SyncRegistrarsSheetAction syncRegistrarsSheetAction();
|
||||
TldFanoutAction tldFanoutAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue