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

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

The newest version!
package com.agido.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