Interface DiagnosticInfoCollector


  • public interface DiagnosticInfoCollector
    Implement this interface to create a diagnostic information collector which will be used when a diagnostic report is built.
    • Method Detail

      • collect

        Map<String,​Object> collect()
        Called when a diagnostic report is built.
        Returns:
        the diagnostic information indexed by name.