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

io.hstream.Responder Maven / Gradle / Ivy

package io.hstream;

/** An object used to send acks to the HStream servers. */
public interface Responder {

  /** Acknowledges that the message has been successfully processed. */
  void ack();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy