Interface DiagnosticInfoCollector
-
public interface DiagnosticInfoCollectorImplement this interface to create a diagnostic information collector which will be used when a diagnostic report is built.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>collect()Called when a diagnostic report is built.
-