com.networknt.kafka.streams.LightStreams Maven / Gradle / Ivy
package com.networknt.kafka.streams;
public interface LightStreams {
/**
* Start the streams processing. The ip and port is for remote queries if the data is not
* on the current instance.
*
* @param ip ip address of the instance
* @param port port number that the service is bound
*/
void start(String ip, int port);
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy