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

[azservicebus] Allow for recreating pagers in the ATOM API #15972

Closed
richardpark-msft opened this issue Oct 28, 2021 · 1 comment
Closed

[azservicebus] Allow for recreating pagers in the ATOM API #15972

richardpark-msft opened this issue Oct 28, 2021 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Milestone

Comments

@richardpark-msft
Copy link
Member

richardpark-msft commented Oct 28, 2021

A pager, which is returned from operations like ListQueues(), should also support serialization. To support this a Pager should also export two fields ('CurrentPageToken' and 'NextPageToken'). These can be retrieved from the pager and stored by the user, and then passed into a function on the AdminClient so a pager can be recreated (this is the serialization/deserialization aspect).

References:

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Oct 28, 2021
@richardpark-msft richardpark-msft added Client This issue points to a problem in the data-plane of the library. Service Bus labels Oct 28, 2021
@richardpark-msft richardpark-msft self-assigned this Oct 28, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Oct 28, 2021
@richardpark-msft richardpark-msft added this to the [2022] January milestone Oct 28, 2021
@RickWinter RickWinter modified the milestones: [2022] March, [2022] August Jun 2, 2022
@richardpark-msft
Copy link
Member Author

As per @jhendrixMSFT 's comment here (#17915) I don't need to do this. Closing.

@RickWinter RickWinter modified the milestones: [2022] August, [2022] July Jun 21, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Projects
None yet
Development

No branches or pull requests

2 participants