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

com.internetitem.logback.elasticsearch.writer.SafeWriter Maven / Gradle / Ivy

package com.internetitem.logback.elasticsearch.writer;

import java.io.IOException;

public interface SafeWriter {

	void write(char[] cbuf, int off, int len);

	void sendData() throws IOException;

	boolean hasPendingData();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy