Uses of Class
org.axonframework.commandhandling.AsynchronousCommandBus.Builder
Packages that use AsynchronousCommandBus.Builder
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of AsynchronousCommandBus.Builder in org.axonframework.commandhandling
Methods in org.axonframework.commandhandling that return AsynchronousCommandBus.BuilderModifier and TypeMethodDescriptionAsynchronousCommandBus.builder()Instantiate a Builder to be able to create aAsynchronousCommandBus.AsynchronousCommandBus.Builder.defaultCommandCallback(CommandCallback<Object, Object> defaultCommandCallback) AsynchronousCommandBus.Builder.duplicateCommandHandlerResolver(DuplicateCommandHandlerResolver duplicateCommandHandlerResolver) Sets theExecutorwhich processes the Command dispatching threads.AsynchronousCommandBus.Builder.messageMonitor(MessageMonitor<? super CommandMessage<?>> messageMonitor) AsynchronousCommandBus.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) AsynchronousCommandBus.Builder.spanFactory(CommandBusSpanFactory spanFactory) AsynchronousCommandBus.Builder.spanFactory(SpanFactory spanFactory) AsynchronousCommandBus.Builder.transactionManager(TransactionManager transactionManager) Constructors in org.axonframework.commandhandling with parameters of type AsynchronousCommandBus.BuilderModifierConstructorDescriptionprotectedInstantiate aAsynchronousCommandBusbased on the fields contained in theAsynchronousCommandBus.Builder.