All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stitchdata.client.FlushHandler Maven / Gradle / Ivy

package com.stitchdata.client;

import java.util.List;

/**
 * Use this to be notified when records in the buffer are flushed to
 * Stitch.
 */
public interface FlushHandler {

    /**
     * Called after a successful flush, with the list of callbackArgs
     * corresponding to the records that were flushed.
     *
     * @param callbackArgs the callbackArgs associated with the records
     *                     that were flushed.
     */
    public void onFlush(List callbackArgs);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy