class ReceiveAction |
Class representing a certain action on receive.
Class representing a certain action on receive. This class is simply a wrapper for the different receive policies, i.e. normal receive (you have to do a Receive*() to get a message), message handler (the handler is automatically called on receive of a message), automatic unpack (the received message is automatically unpacked into a fixed instance of the corresponding class) and swallow on receive (a received message is simply removed from the input queue).
Alphabetic index Hierarchy of classes