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