mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Remove "Datastore" from comments when using both DBs (#1310)
* Change datastore references in comments to be more generic * Update flows doc
This commit is contained in:
parent
0fe2e6c976
commit
d282c35c64
11 changed files with 40 additions and 39 deletions
|
@ -972,11 +972,11 @@ as read, and won't be delivered again until the next year of their recurrence.
|
|||
|
||||
An EPP flow for requesting {@link PollMessage}s.
|
||||
|
||||
This flow uses an eventually consistent Datastore query to return the oldest
|
||||
poll message for the registrar, as well as the total number of pending messages.
|
||||
Note that poll messages whose event time is in the future (i.e. they are
|
||||
speculative and could still be changed or rescinded) are ignored. The externally
|
||||
visible id for the poll message that the registrar sees is generated by {@link
|
||||
This flow uses an eventually consistent query to return the oldest poll message
|
||||
for the registrar, as well as the total number of pending messages. Note that
|
||||
poll messages whose event time is in the future (i.e. they are speculative and
|
||||
could still be changed or rescinded) are ignored. The externally visible id for
|
||||
the poll message that the registrar sees is generated by {@link
|
||||
PollMessageExternalKeyConverter}.
|
||||
|
||||
### Errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue