Message ALMMessage

File: Common/CommonMessages.msg

Author: Stephan Krause

Base message for ALM communication

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Known subclasses:

ALMCreateMessage

Author: Stephan Krause

ALMDeleteMessage

Author: Stephan Krause

ALMSubscribeMessage

Author: Stephan Krause

ALMLeaveMessage

Author: Stephan Krause

ALMMulticastMessage

Author: Stephan Krause

ALMAnycastMessage

Author: Stephan Krause

Fields:

Name Type Description
groupId OverlayKey

Source code:

message ALMMessage {
    fields:
        OverlayKey groupId;
};