interface CommandIntent
Represents a request to execute a command with typed payload data.
CommandIntent provides a standardized way to request command execution in Eventicle’s CQRS architecture. It decouples command requests from their implementations, enabling features like remote command execution, load balancing, and message-based architectures.
T - The type of the command payload data