crabhi / celery-java

Java implementation of Celery client and worker
MIT License
97 stars 27 forks source link

Support keyword arguments for Java tasks #3

Open crabhi opened 7 years ago

crabhi commented 7 years ago

Make it possible to call task with keyword arguments and dispatch it correctly in Java worker.