
com.opencredo.concursus.mapping.events.methods.reflection.dispatching.EventDispatcher Maven / Gradle / Ivy
The newest version!
package com.opencredo.concursus.mapping.events.methods.reflection.dispatching;
import com.opencredo.concursus.domain.events.Event;
import java.util.function.BiConsumer;
/**
* Given a target object of type T, and an Event, an EventDispatcher knows how to send the event to the target object.
* @param The type of the target object.
*/
public interface EventDispatcher extends BiConsumer {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy