TypedAggregate

interface TypedAggregate<A : Any>

Interface for aggregates that have a specific type.

This interface provides type information about an aggregate, allowing for type-safe operations and reflection-based processing.

Parameters

A

The type of the aggregate.

Inheritors

Properties

Link copied to clipboard
abstract val aggregateType: Class<A>

The runtime class of the aggregate type.