Uses of Interface
org.axonframework.common.util.ExecutorServiceFactory
Packages that use ExecutorServiceFactory
Package
Description
Part of the Axon Messaging module.
-
Uses of ExecutorServiceFactory in org.axonframework.messaging.commandhandling.distributed
Methods in org.axonframework.messaging.commandhandling.distributed that return ExecutorServiceFactoryModifier and TypeMethodDescriptionDistributedCommandBusConfiguration.executorServiceFactory()Returns the value of theexecutorServiceFactoryrecord component.Constructors in org.axonframework.messaging.commandhandling.distributed with parameters of type ExecutorServiceFactoryModifierConstructorDescriptionDistributedCommandBusConfiguration(int loadFactor, int commandThreads, ExecutorServiceFactory<DistributedCommandBusConfiguration> executorServiceFactory) Compact constructor validating that the givenloadFactorandcommandThreadsare strictly positive.