Class FileReporter

java.lang.Object
io.queryanalyzer.example.custom.FileReporter
All Implemented Interfaces:
QueryReporter

@Component @ConditionalOnProperty(name="app.file-reporter.enabled", havingValue="true", matchIfMissing=false) public class FileReporter extends Object implements QueryReporter
  • Constructor Details

    • FileReporter

      public FileReporter()
  • Method Details