Interface InsertAck


public interface InsertAck
An acknowledgment from the ksqlDB server that a row has been successfully inserted into a ksqlDB stream. See Client.streamInserts(String, Publisher) for details.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the corresponding sequence number for this acknowledgment.