NamedAggregateGetter

Interface for retrieving a NamedAggregate from a target object.

Implementations of this interface provide a way to extract or derive named aggregate information from various types of objects, such as state aggregates or metadata.

Parameters

T

The type of the target object.

Inheritors

Functions

Link copied to clipboard
abstract fun getNamedAggregate(target: T): NamedAggregate

Retrieves the named aggregate from the target object.