Package com.zendesk.maxwell.monitoring
Interface MaxwellDiagnostic
-
- All Known Implementing Classes:
BinlogConnectorDiagnostic
,KafkaProducerDiagnostic
public interface MaxwellDiagnostic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<MaxwellDiagnosticResult.Check>
check()
String
getName()
String
getResource()
boolean
isMandatory()
-
-
-
Method Detail
-
getName
String getName()
-
isMandatory
boolean isMandatory()
-
getResource
String getResource()
-
check
CompletableFuture<MaxwellDiagnosticResult.Check> check()
-
-