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:
sarahcaseybot 2021-09-13 18:02:41 -04:00 committed by GitHub
parent 0fe2e6c976
commit d282c35c64
11 changed files with 40 additions and 39 deletions

View file

@ -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