Class SimpleEventBus

java.lang.Object
org.axonframework.eventhandling.AbstractEventBus
org.axonframework.eventhandling.SimpleEventBus
All Implemented Interfaces:
EventBus, MessageDispatchInterceptorSupport<EventMessage<?>>, SubscribableMessageSource<EventMessage<?>>

public class SimpleEventBus extends AbstractEventBus
Implementation of the EventBus that dispatches events in the thread the publishes them.
Since:
0.5
Author:
Allard Buijze