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

com.cqrs.read_model.ReadModelReflector Maven / Gradle / Ivy

package com.cqrs.read_model;

import java.util.List;

public interface ReadModelReflector {

    List getEventClassesFromReadModel(String readModelClass);

    String getEventHandlerMethodNameForEvent(String readModelClass, String eventClass);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy