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

com.geneea.celery.examples.WorkerWithTestTasks Maven / Gradle / Ivy

package com.geneea.celery.examples;

import com.geneea.celery.CeleryWorkerCLI;

public class WorkerWithTestTasks {
    public static void main(String[] args) throws Exception {
        CeleryWorkerCLI.main(args);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy