FeatureEventMessage
A data class representing a feature event message that encapsulates details about a specific event.
This class implements the FeatureEvent interface, which extends the FeatureMessage interface, indicating that it contains event-specific information and adheres to the structure of a feature message.
The primary purpose of this class is to represent feature event data with an associated unique event identifier, a timestamp marking its creation, and the message type indicating it is an event-specific message.
Properties
Link copied to clipboard
A unique identifier associated with this event. This property implements the FeatureEvent.eventId from the parent interface.
Link copied to clipboard
Specifies the type of the feature message, indicating the nature of the message being processed.