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

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

There is a newer version: 1.1.10
Show newest version
package org.enodeframework.domain

import org.enodeframework.common.function.Action2
import org.enodeframework.eventing.IDomainEvent

/**
 * Defines a provider interface to provide the aggregate root internal handler.
 */
interface IAggregateRootInternalHandlerProvider {
    /**
     * Get the internal event handler within the aggregate.
     */
    fun getInternalEventHandler(aggregateRootType: Class, eventType: Class>): Action2>?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy