com.github.huxinghai1988.Client Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sidekiq-client-plugin Show documentation
Show all versions of sidekiq-client-plugin Show documentation
sidekiq queue client support java language
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