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

com.despegar.khronus.jclient.buffer.Buffer Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package com.despegar.khronus.jclient.buffer;

import com.despegar.khronus.jclient.Measure;

public interface Buffer {

    /**
     * Add measure to the buffer. Discard measure if buffer is full.
     * @param measure
     */
    void add(Measure measure);
    
    /**
     * Free resources.
     */
    void shutdown();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy