Iterators need instantiation with classes
Bug #1292035 reported by
John Heatherington
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python client library for Zaqar |
New
|
Undecided
|
Unassigned |
Bug Description
The generic iterator for marconi client currently takes in a lambda function to determine how to iterate over links. This should be changed such that you can pass in a class (queue, message, etc). The current method of queue and message creation is making this transition difficult (a queue takes in a client and a message takes in a queue).
To post a comment you must log in.