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

com.cqrs.events.EventSubscriber Maven / Gradle / Ivy

package com.cqrs.events;

import com.cqrs.base.Event;
import java.util.List;
import java.util.function.BiConsumer;

public interface EventSubscriber {

    List> getListenersForEvent(Event event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy