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

com.github.huxinghai1988.Client Maven / Gradle / Ivy

The newest version!
package com.github.huxinghai1988;

/**
 * Created by huxinghai on 15/4/25.
 */
public interface Client {

    String enqueue(Worker worker);

    Worker find(String jid);

    long delete(String jid);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy