mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Add documentation on poll messages and an outline of Code structure
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133713736
This commit is contained in:
parent
5c9e34ea55
commit
65ff6b45d1
5 changed files with 107 additions and 9 deletions
|
@ -28,7 +28,8 @@ import google.registry.model.reporting.HistoryEntry;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* A converter between external key strings for PollMessages and Objectify Keys to the resource.
|
||||
* A converter between external key strings for {@link PollMessage}s (i.e. what registrars use to
|
||||
* identify and ACK them) and Datastore keys to the resource.
|
||||
*
|
||||
* <p>The format of the key string is A-B-C-D-E as follows:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue