X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fafb-events-guide.md;h=f24bef3f6c293f3217b33226acb20f35380c6bbc;hb=refs%2Ftags%2F3.0.0;hp=488c52afe5ab3afca29474c4f57b12d3f435530f;hpb=99fb10ecca6b1679c1fe402508216c0f82140ef5;p=src%2Fapp-framework-binder.git diff --git a/doc/afb-events-guide.md b/doc/afb-events-guide.md index 488c52af..f24bef3f 100644 --- a/doc/afb-events-guide.md +++ b/doc/afb-events-guide.md @@ -1,5 +1,5 @@ -Guid for developing with events -------------------------------- +Guide for developing with events +================================ Signaling agents are services that send events to any clients that subscribed for receiving it. The sent events carry any data. @@ -8,6 +8,9 @@ To have a good understanding of how to write a signaling agent, the actions of subscribing, unsubscribing, producing, sending, receiving events must be described and explained. +Overview of events +------------------ + The basis of a signaling agent is shown on the following figure: ![scenario of using events](signaling-basis.svg)