Package io.debezium.pipeline.source.spi
Interface StreamingProgressListener
-
- All Known Subinterfaces:
StreamingChangeEventSourceMetrics<P>
- All Known Implementing Classes:
DefaultStreamingChangeEventSourceMetrics
public interface StreamingProgressListenerInvoked whenever an important event or change of state happens during the streaming phase.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnected(boolean connected)
-