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

DestinationSet should implement java.util.Set #4414

Open
tonygermano opened this issue Aug 31, 2020 · 0 comments
Open

DestinationSet should implement java.util.Set #4414

tonygermano opened this issue Aug 31, 2020 · 0 comments

Comments

@tonygermano
Copy link
Collaborator

It should be possible to iterate or use methods like .contains(), .isEmpty(), or size().

I believe these methods could be called on the Set fetched from the connectorMessage, but then (for example, when calling .contains()) you no longer have access to the convertToMetaDataId() method, which is private to DestinationSet.

rogin added a commit to rogin/connect that referenced this issue Aug 8, 2023
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

1 participant