interface EventicleEvent
Core event interface representing something that happened in the system.
EventicleEvent is the fundamental building block of event-driven architectures in Eventicle. Events are immutable facts about state changes that occurred, providing the foundation for event sourcing, CQRS, and saga coordination.
T - The type of the event payload data