Interface StreamingMetricsMXBean
-
- All Superinterfaces:
SchemaMetricsMXBean
- All Known Subinterfaces:
StreamingChangeEventSourceMetricsMXBean
- All Known Implementing Classes:
DefaultStreamingChangeEventSourceMetrics,StreamingMeter
public interface StreamingMetricsMXBean extends SchemaMetricsMXBean
Exposes streaming metrics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLastTransactionId()longgetMilliSecondsBehindSource()longgetNumberOfCommittedTransactions()Map<String,String>getSourceEventPosition()-
Methods inherited from interface io.debezium.pipeline.metrics.traits.SchemaMetricsMXBean
getCapturedTables
-
-