Interface StreamingProgressListener

All Known Subinterfaces:
StreamingChangeEventSourceMetrics<P>
All Known Implementing Classes:
DefaultStreamingChangeEventSourceMetrics

public interface StreamingProgressListener
Invoked whenever an important event or change of state happens during the streaming phase.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    connected(boolean connected)
     
  • Method Details

    • connected

      void connected(boolean connected)