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

io.timson.firehose.stream.DeliveryStream Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
package io.timson.firehose.stream;

public interface DeliveryStream {

    void write(String data);

    void stop();

    String getName();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy