FeatureEvent

Represents a specialized type of feature message that corresponds to an event in the system. A feature event typically carries information uniquely identifying the event, alongside other data provided by the FeatureMessage interface.

Implementations of this interface are intended to detail specific events in the feature processing workflow.

Inheritors

Properties

Link copied to clipboard
abstract val eventId: String

Represents a unique identifier for a feature-related event.

Link copied to clipboard

Specifies the type of a feature message or event.

Link copied to clipboard
abstract val timestamp: Long

Represents the time, in milliseconds, when the feature message or event was created or occurred.