Uses of Class
org.axonframework.eventhandling.SimpleEventBus.Builder
Packages that use SimpleEventBus.Builder
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Uses of SimpleEventBus.Builder in org.axonframework.eventhandling
Methods in org.axonframework.eventhandling that return SimpleEventBus.BuilderModifier and TypeMethodDescriptionstatic SimpleEventBus.BuilderSimpleEventBus.builder()Instantiate a Builder to be able to create aSimpleEventBus.SimpleEventBus.Builder.messageMonitor(MessageMonitor<? super EventMessage<?>> messageMonitor) SimpleEventBus.Builder.spanFactory(EventBusSpanFactory spanFactory) SimpleEventBus.Builder.spanFactory(SpanFactory spanFactory) Constructors in org.axonframework.eventhandling with parameters of type SimpleEventBus.BuilderModifierConstructorDescriptionprotectedSimpleEventBus(SimpleEventBus.Builder builder) Instantiate aSimpleEventBusbased on the fields contained in theSimpleEventBus.Builder.