public class EventDispatcherInitializer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
Constructor and Description |
---|
EventDispatcherInitializer(io.eventuate.javaclient.domain.EventHandlerProcessor[] processors,
EventuateAggregateStore aggregateStore,
java.util.concurrent.Executor executorService,
SubscriptionsRegistry subscriptionsRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
registerEventHandler(java.lang.Object eventHandlerBean,
java.lang.String beanName,
java.lang.Class<?> beanClass) |
public EventDispatcherInitializer(io.eventuate.javaclient.domain.EventHandlerProcessor[] processors, EventuateAggregateStore aggregateStore, java.util.concurrent.Executor executorService, SubscriptionsRegistry subscriptionsRegistry)