FirstOperatorCapable

Interface for entities that track the identity of their first operator.

This interface provides access to the user or system that performed the initial operation on the aggregate, useful for audit trails and ownership tracking.

Inheritors

Properties

Link copied to clipboard
abstract val firstOperator: String

The identifier of the first operator who performed an operation on this aggregate.