All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.enodeframework.domain.AggregateRepositoryProvider.kt Maven / Gradle / Ivy

package org.enodeframework.domain

/**
 * Represents a provider to provide the aggregate repository.
 */
interface AggregateRepositoryProvider {
    /**
     * Get the aggregateRepository for the given aggregate type.
     */
    fun getRepository(aggregateRootType: Class): AggregateRepositoryProxy
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy