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

org.buildobjects.process.OutputConsumptionThread Maven / Gradle / Ivy

package org.buildobjects.process;

import java.io.InputStream;


interface OutputConsumptionThread {

    void startConsumption(InputStream inputStream);

    void join() throws InterruptedException;

    void interrupt();

    Throwable getThrowable();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy