Uses of Interface
org.fuin.cqrs4j.EventHandler
-
Uses of EventHandler in org.fuin.cqrs4j
Constructors in org.fuin.cqrs4j with parameters of type EventHandlerModifierConstructorDescriptionSimpleEventDispatcher(@NotNull EventHandler... eventHandlers) Constructor with array of event handlers.Constructor parameters in org.fuin.cqrs4j with type arguments of type EventHandlerModifierConstructorDescriptionSimpleEventDispatcher(@NotNull List<EventHandler> eventHandlers) Constructor with list of event handlers.