next up previous

9.4.4.5 Modifying an Instance using Messages

Syntax

(defmessage-handler USER message-modify primary
  (?slot-override-expressions)

This handler modifies the slots of an instance using put messages for each slot update. The slot-override expressions are passed as an EXTERNAL_ADDRESS data object to the message-modify handler. This message is used by the functions message-modify-instance and active-message-modify-instance.


next up previous