Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to change the queue ID #56

Closed
kojilab opened this issue Jan 9, 2014 · 4 comments
Closed

Is it possible to change the queue ID #56

kojilab opened this issue Jan 9, 2014 · 4 comments

Comments

@kojilab
Copy link

kojilab commented Jan 9, 2014

Hi,

I'm just starting to use your library and it's helping me tremendously so thank you very much for the work.

I was perusing the code and I don't think it's feasible but wanted to double check if it was possible to change the queue ID of a data source? If yes, how.

Thanks a lot

@cjlucas
Copy link

cjlucas commented Jan 9, 2014

You want to change the queue ID after you've already queued the data source? Why would you want to do that? The point of the queue ID is that you have a reference to the data source when the delegate methods are called.

@kojilab
Copy link
Author

kojilab commented Jan 9, 2014

That's what I guessed. Thanks

@kojilab kojilab closed this as completed Jan 9, 2014
@tumtumtum
Copy link
Owner

The QueueID doesn't have to be a string or other scalar value (like in the example app).

If you have data associated with a QueueID that you want to change then you can always make the QueueID any user-defined class you want and then change the appropriate property on that class. That's how I use the QueueID in my projects.

@kojilab
Copy link
Author

kojilab commented Jan 9, 2014

Thanks a lot. That's kind of how I started doing it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants