Package google.registry.flows
Class FlowReporter
java.lang.Object
google.registry.flows.FlowReporter
Reporter used by
FlowRunner
to record flow execution data for reporting.-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableSet
<String> extractTlds
(Iterable<String> domainNames) Returns the set of unique results ofextractTld(java.lang.String)
applied to each given domain name, excluding any absent results (i.e.void
Records information about the current flow execution in the GAE request logs.
-
Method Details
-
recordToLogs
public void recordToLogs()Records information about the current flow execution in the GAE request logs. -
extractTlds
public static com.google.common.collect.ImmutableSet<String> extractTlds(Iterable<String> domainNames) Returns the set of unique results ofextractTld(java.lang.String)
applied to each given domain name, excluding any absent results (i.e. cases where no TLD was detected).
-