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

Add example showing how targeted endpoints work #106

Open
trevorhardy opened this issue May 16, 2024 · 0 comments
Open

Add example showing how targeted endpoints work #106

trevorhardy opened this issue May 16, 2024 · 0 comments
Labels
documentation Need to add documentation to an existing example new example New example needed

Comments

@trevorhardy
Copy link
Contributor

Targeted endpoints are nifty and we need an example showing what they do and how to use them.

Targeted endpoints can only send to endpoints that they target. If no specific endpoint is given as the destination then all targeted endpoints get the message. A specific endpoint can be the destination of the message but it must be in the provided list of targeted endpoints.

This provides a way to segment sets of endpoints such that only endpoints in a target group are dependent on each other. Normally, all endpoints are dependent on all other endpoints but making groups of targeted endpoints allows breaking the endpoints into isolated groups that are not dependent on each other.

@trevorhardy trevorhardy added documentation Need to add documentation to an existing example new example New example needed labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Need to add documentation to an existing example new example New example needed
Projects
None yet
Development

No branches or pull requests

1 participant