OperatorCapable

interface OperatorCapable

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

This interface provides access to the user or system that most recently performed an operation on the aggregate, useful for audit trails and change tracking.

Inheritors

Properties

Link copied to clipboard
abstract val operator: String

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