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

org.enodeframework.domain.IAggregateRootInternalHandlerProvider 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.
 */
public interface IAggregateRootInternalHandlerProvider {
    /**
     * Get the internal event handler within the aggregate.
     */
    Action2> getInternalEventHandler(Class aggregateRootType, Class eventType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy