Uses of Class
org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
Packages that use SimpleEventHandlingComponent
Package
Description
Classes related to event handling and dispatching, such as
and the
invalid reference
Event Listeners
Event Bus.-
Uses of SimpleEventHandlingComponent in org.axonframework.messaging.eventhandling
Methods in org.axonframework.messaging.eventhandling that return SimpleEventHandlingComponentModifier and TypeMethodDescriptionstatic SimpleEventHandlingComponentInstantiates a simpleEventHandlingComponentthat is able to handle events and delegate them to subcomponents.static SimpleEventHandlingComponentSimpleEventHandlingComponent.create(String name, SequencingPolicy sequencingPolicy) Instantiates a simpleEventHandlingComponentthat is able to handle events and delegate them to subcomponents, using the givensequencingPolicyto decide how to sequence incoming events.SimpleEventHandlingComponent.subscribe(Set<QualifiedName> names, EventHandler handler) SimpleEventHandlingComponent.subscribe(QualifiedName name, EventHandler handler)