Notification performatives

Previous: Capability-definition performatives Up: Reserved Performative Names Next: Networking performatives

Notification performatives


subscribe
     :content <performative>
     :ontology <word>
     :language KQML
     :reply-with <expression>
     :force <word>
     :sender <word>
     :receiver <word>
This type indicates that the sender wishes the recipient to tell it about future changes to what would be the response(s) to the KQML performative in the :content parameter.


monitor
     :content <expression>
     :ontology <word>
     :language <word>
     :reply-with <expression>
     :force <word>
     :sender <word>
     :receiver <word>

This type is the same as:


   (subscribe :content (stream-all :content <expression>
        :reply-with <expression>
        :language <word>
        :ontology <word>
        :sender <word>
        :receiver <word>
        :force <word>)

finin@cmsc