Interface SyncTokenResultsHandler

  • All Superinterfaces:
    SyncResultsHandler

    public interface SyncTokenResultsHandler
    extends SyncResultsHandler
    A SyncTokenResultsHandler is a Callback interface that an application implements in order to handle results from SyncApiOp in a stream-processing fashion.
    Since:
    1.4
    Author:
    Laszlo Hordos
    • Method Detail

      • handleResult

        void handleResult​(SyncToken result)
        Invoked when the request has completed successfully.
        Parameters:
        result - The sync result indicating that no more resources are to be returned and, if applicable, including information which should be used for next sync requests.