Base message for ALM communication
Author: Stephan Krause
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
ALMAnycastMessage | packet |
Send a message to a (random) member in the group |
ALMCreateMessage | packet |
Create a multicast group |
ALMDeleteMessage | packet |
Delete a multicast group |
ALMLeaveMessage | packet |
Leave a multicast group |
ALMMulticastMessage | packet |
Send a multicast message to all group members |
ALMSubscribeMessage | packet |
Subscribe to a multicast group |
Name | Type | Description |
---|---|---|
groupId | OverlayKey |
// // Base message for ALM communication // // @author Stephan Krause // packet ALMMessage { OverlayKey groupId; }