org.springframework.boot.diagnostics

Interface FailureAnalysisReporter

  • All Known Implementing Classes:
    LoggingFailureAnalysisReporter


    public interface FailureAnalysisReporter
    Reports a FailureAnalysis to the user.
    Since:
    1.4.0
    Author:
    Andy Wilkinson
    • Method Detail

      • report

        void report(FailureAnalysis analysis)
        Reports the given failureAnalysis to the user.
        Parameters:
        analysis - the analysis

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.