Uses of Class
com.broadleafcommerce.dataexchange.service.autoconfigure.DataExchangeTaskExecutorProperties
Packages that use DataExchangeTaskExecutorProperties
-
Uses of DataExchangeTaskExecutorProperties in com.broadleafcommerce.dataexchange.service.autoconfigure
Methods in com.broadleafcommerce.dataexchange.service.autoconfigure with parameters of type DataExchangeTaskExecutorPropertiesModifier and TypeMethodDescriptionorg.springframework.retry.support.RetryTemplateDataExchangeServiceAutoConfiguration.dataExchangeAsyncRetryTemplate(DataExchangeTaskExecutorProperties properties) Contrary to the bean name, there is nothing about thisRetryTemplatethat is, in itself, asynchronous.org.springframework.core.task.AsyncTaskExecutorDataExchangeServiceAutoConfiguration.dataExchangeFuturesTaskExecutor(DataExchangeTaskExecutorProperties properties) Returns a sharedThreadPoolTaskExecutor, by default.