Interface ChangeRequestHttpSyncer.Listener<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void deltaSync​(List<T> changes)  
      void fullSync​(List<T> changes)
      This method is called either if on the previous request the server had asked to reset the counter or it was the first request to the server.
    • Method Detail

      • fullSync

        void fullSync​(List<T> changes)
        This method is called either if on the previous request the server had asked to reset the counter or it was the first request to the server.
      • deltaSync

        void deltaSync​(List<T> changes)