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

io.github.quickmsg.common.retry.AckManager Maven / Gradle / Ivy

The newest version!
package io.github.quickmsg.common.retry;

/**
 * @author luxurong
 */
public interface AckManager {

    void addAck(Ack ack);

    Ack getAck(Long id);

    void deleteAck(Long id);



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy