Uses of Class
org.axonframework.messaging.eventhandling.SimpleEventHandlingComponent
Packages that use SimpleEventHandlingComponent
Package
Description
Package for event handling components in Axon Framework.
-
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<? super EventMessage> 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) SimpleEventHandlingComponent.subscribe(ReplayStatusChangedHandler replayStatusChangedHandler) SimpleEventHandlingComponent.subscribe(ResetHandler resetHandler)