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

io.numaproj.numaflow.sourcer.AckRequest Maven / Gradle / Ivy

The newest version!
package io.numaproj.numaflow.sourcer;


import java.util.List;

/**
 * AckRequest request for acknowledging messages.
 */
public interface AckRequest {
    /**
     * @return the list of offsets to be acknowledged
     */
    List getOffsets();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy