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

Allow building a SQSClient from SDK client #32

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

ybasket
Copy link
Contributor

@ybasket ybasket commented Sep 12, 2024

As the implementation class is private, it can't be instantiated directly from user code. To still allow users to fully customize their SQS client, add a new smart constructor that just delegates, but has a clean signature.

As the implementation class is private, it can't be instantiated directly from user code. To still allow users to fully customize their SQS client, add a new smart constructor that just delegates, but has a clean signature.
@satabin satabin merged commit 49ca6ab into commercetools:main Sep 17, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants