Package google.registry.dns.writer
-
Interface Summary Interface Description DnsWriter Transaction object for sending an atomic batch of updates for a single zone to the DNS server. -
Class Summary Class Description BaseDnsWriter A base implementation ofDnsWriter
that protects against multiple calls to commit().VoidDnsWriter DnsWriter
that doesn't actually update records in a DNS server.VoidDnsWriterModule Dagger module that disables DNS updates. -
Annotation Types Summary Annotation Type Description DnsWriterZone Dagger qualifier for the fully-qualified zone name that's being updated.