-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: java-client-api
-
None
currently QueueItem.params is a string:Â
Because of this it is not possible to "easily" filter items from the queue by using the api.
I think making it a Map<String,String> would be enough.