interface EncodedEvent
Represents an event in its encoded, wire-ready format.
EncodedEvent is the transport representation of an EventicleEvent, containing the serialized event data as a buffer along with metadata headers. This format is used by EventClient implementations for efficient network transmission and storage.