-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Generic message types for internal management #1
Comments
@vertexclique is (Note that it is present in |
We can close this but having another issue for |
@vertexclique Maybe |
That is the main idea of it. especially on distributed communication. So I think this can go under |
We need some internal management for message types.
Lifecycle Commands (exposed)
Stop
(stops pollingexec
or stops the children group's elements or supervised elements)Kill
(stops pollingexec
or cancels the children group's elements or supervised elements)Start
(start pollingexec
or start the children group's elements or supervised elements)Notifications
Dead
(whenexec
successfully finished its executiong orStop
/Kill
was received or one the elements of the children group stopped)Faulted
(whenexec
panics or returns an error or one elements of the children group faulted)Direct Communication (exposed)
Tell
(a message)Ask
(a message with a channel to answer with another message)Remote Communication (exposed)
Deploy
(makes a supervisor supervise a new children group or supervisor)Prune
(TODO)SuperviseWith
(changes the supervision strategy of a supervisor)The text was updated successfully, but these errors were encountered: