Uses of Interface
org.axonframework.common.util.ExecutorServiceFactory
Packages that use ExecutorServiceFactory
Package
Description
-
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. -
Uses of ExecutorServiceFactory in org.axonframework.messaging.queryhandling.distributed
Methods in org.axonframework.messaging.queryhandling.distributed that return ExecutorServiceFactoryModifier and TypeMethodDescriptionDistributedQueryBusConfiguration.queryExecutorServiceFactory()Returns the value of thequeryExecutorServiceFactoryrecord component.DistributedQueryBusConfiguration.queryResponseExecutorServiceFactory()Returns the value of thequeryResponseExecutorServiceFactoryrecord component.Constructors in org.axonframework.messaging.queryhandling.distributed with parameters of type ExecutorServiceFactoryModifierConstructorDescriptionDistributedQueryBusConfiguration(int queryThreads, ExecutorServiceFactory<DistributedQueryBusConfiguration> queryExecutorServiceFactory, int queryResponseThreads, ExecutorServiceFactory<DistributedQueryBusConfiguration> queryResponseExecutorServiceFactory) Compact constructor validating that the givenqueryThreadsandqueryResponseThreadsare strictly positive.