Package com.zendesk.maxwell.monitoring
Class MaxwellDiagnosticContext
- java.lang.Object
-
- com.zendesk.maxwell.monitoring.MaxwellDiagnosticContext
-
public class MaxwellDiagnosticContext extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MaxwellDiagnosticContext.Config
-
Field Summary
Fields Modifier and Type Field Description MaxwellDiagnosticContext.Config
config
List<MaxwellDiagnostic>
diagnostics
-
Constructor Summary
Constructors Constructor Description MaxwellDiagnosticContext(MaxwellDiagnosticContext.Config config, List<MaxwellDiagnostic> diagnostics)
-
-
-
Field Detail
-
config
public final MaxwellDiagnosticContext.Config config
-
diagnostics
public final List<MaxwellDiagnostic> diagnostics
-
-
Constructor Detail
-
MaxwellDiagnosticContext
public MaxwellDiagnosticContext(MaxwellDiagnosticContext.Config config, List<MaxwellDiagnostic> diagnostics)
-
-