X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fafb-daemon-vocabulary.md;h=d28699be467ddd3ad585dc1f39cda273c9436f7a;hb=f44a28affea5841186250b66fd5ce72a8afbe349;hp=847257002da0e1cb59c0270f615056157e5f2141;hpb=a4fd4bd73154d759c52ab7b4400da4dfa4e4dd4f;p=src%2Fapp-framework-binder.git diff --git a/docs/afb-daemon-vocabulary.md b/docs/afb-daemon-vocabulary.md index 84725700..d28699be 100644 --- a/docs/afb-daemon-vocabulary.md +++ b/docs/afb-daemon-vocabulary.md @@ -6,12 +6,12 @@ A shared library object intended to add a functionality to an afb-daemon instance. It implements an API and may provide a service. -Binding made for services can have specific entry point called after +Binding made for services can have specific entry points called after initialization and before serving. ## Event -Message with data propagated from the services to the client and not expecting +Messages with data propagated from the services to the client and not expecting any reply. The current implementation allows to widely broadcast events to all clients.