Package io.queryanalyzer.example.custom
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
FileReporter
public FileReporter()
-
-
Method Details
-
report
- Specified by:
reportin interfaceQueryReporter
-