Uses of Class
org.axonframework.commandhandling.SimpleCommandBus
Packages that use SimpleCommandBus
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of SimpleCommandBus in org.axonframework.commandhandling
Subclasses of SimpleCommandBus in org.axonframework.commandhandlingModifier and TypeClassDescriptionclassSpecialization of the SimpleCommandBus that processed Commands asynchronously from the calling thread.Methods in org.axonframework.commandhandling that return SimpleCommandBusModifier and TypeMethodDescriptionSimpleCommandBus.Builder.build()Initializes aSimpleCommandBusas specified through this Builder. -
Uses of SimpleCommandBus in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return SimpleCommandBusModifier and TypeMethodDescriptionAxonAutoConfiguration.commandBus(TransactionManager txManager, Configuration axonConfiguration, DuplicateCommandHandlerResolver duplicateCommandHandlerResolver)