Interface StreamingMetricsMXBean

All Superinterfaces:
SchemaMetricsMXBean
All Known Subinterfaces:
StreamingChangeEventSourceMetricsMXBean
All Known Implementing Classes:
DefaultStreamingChangeEventSourceMetrics, StreamingMeter

public interface StreamingMetricsMXBean extends SchemaMetricsMXBean
Exposes streaming metrics.
  • Method Details

    • getSourceEventPosition

      Map<String,String> getSourceEventPosition()
    • getMilliSecondsBehindSource

      long getMilliSecondsBehindSource()
    • getNumberOfCommittedTransactions

      long getNumberOfCommittedTransactions()
    • getLastTransactionId

      String getLastTransactionId()