Configuration for the executor service used for asynchronous work on the Transport, including asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().
Name | Type | Default | Description |
factory | string | |
Fully qualified class name of the ExecutorFactory to use. Must implement org.infinispan.executors.ExecutorFactory
|
property*
Add key/value property pair to this factory configuration. Example properties include "maxThreads" which sets the maximum number of threads for this executor and "threadNamePrefix" which sets the thread name prefix for threads created by this executor.