org.springframework.boot.diagnostics

Interface FailureAnalysisReporter

  • All Known Implementing Classes:
    LoggingFailureAnalysisReporter
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    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 © 2021 Pivotal Software, Inc.. All rights reserved.