io.pythagoras.common.aggregationqueue.AggregationQueueService Maven / Gradle / Ivy
The newest version!
package io.pythagoras.common.aggregationqueue;
public interface AggregationQueueService {
Task addTask(String taskType, String targetId);
Task claimNext(String taskType);
Task claimNext();
void complete(Task task);
void complete(int taskId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy