Uses of Class
org.axonframework.axonserver.connector.command.AxonServerCommandBus
Packages that use AxonServerCommandBus
Package
Description
-
Uses of AxonServerCommandBus in org.axonframework.axonserver.connector.command
Methods in org.axonframework.axonserver.connector.command that return AxonServerCommandBusModifier and TypeMethodDescriptionAxonServerCommandBus.Builder.build()Initializes aAxonServerCommandBusas specified through this Builder. -
Uses of AxonServerCommandBus in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return AxonServerCommandBusModifier and TypeMethodDescriptionAxonServerBusAutoConfiguration.axonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager, AxonServerConfiguration axonServerConfiguration, CommandBus localSegment, Serializer messageSerializer, RoutingStrategy routingStrategy, CommandPriorityCalculator priorityCalculator, CommandLoadFactorProvider loadFactorProvider, TargetContextResolver<? super CommandMessage<?>> targetContextResolver, CommandBusSpanFactory spanFactory)