
com.despegar.khronus.jclient.buffer.Buffer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of khronus-java-client Show documentation
Show all versions of khronus-java-client Show documentation
A simple Java client for Khronus.
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