gresrun / jesque

An implementation of Resque in Java.
http://gresrun.github.io/jesque
Apache License 2.0
628 stars 131 forks source link

What 's function about the properties that the properties vars and unknownFields,in the Job Class #119

Open jaychang9 opened 7 years ago

jaychang9 commented 7 years ago

public class Job implements Serializable { private Map<String,Object> vars; private Map<String,Object> unknownFields = new HashMap<String,Object>(); ... }

What 's function about the properties that the properties vars and unknownFields .

gresrun commented 7 years ago

I'm not sure I understand your question.