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

io.hstream.ProducerBuilder Maven / Gradle / Ivy

package io.hstream;

/** A builder for {@link Producer}s. */
public interface ProducerBuilder {

  ProducerBuilder stream(String streamName);

  Producer build();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy