Class FlowReporter

java.lang.Object
google.registry.flows.FlowReporter

public class FlowReporter extends Object
Reporter used by FlowRunner to record flow execution data for reporting.
  • 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 of extractTld(java.lang.String) applied to each given domain name, excluding any absent results (i.e. cases where no TLD was detected).