MaterializedEventNamedAggregate

Materialized implementation of EventNamedAggregate.

This data class provides a concrete implementation that holds both the materialized named aggregate and the event name.

See also

Constructors

Link copied to clipboard
constructor(namedAggregate: NamedAggregate, name: String)

Creates a new MaterializedEventNamedAggregate

Properties

Link copied to clipboard
open override val name: String

The name of the event

Link copied to clipboard

The materialized named aggregate