File: Common/CommonMessages.msg
Base message for ALM communication
Author: Stephan Krause
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
ALMCreateMessage | Create a multicast group |
ALMDeleteMessage | Delete a multicast group |
ALMSubscribeMessage | Subscribe to a multicast group |
ALMLeaveMessage | Leave a multicast group |
ALMMulticastMessage | Send a multicast message to all group members |
ALMAnycastMessage | Send a message to a (random) member in the group |
Name | Type | Description |
---|---|---|
groupId | OverlayKey |
message ALMMessage { fields: OverlayKey groupId; };