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

com.datastax.util.lang.ProcessStreamHandler Maven / Gradle / Ivy

The newest version!
package com.datastax.util.lang;

public interface ProcessStreamHandler {
    void handle(String line);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy