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.RetryTemplate
DataExchangeServiceAutoConfiguration.dataExchangeAsyncRetryTemplate
(DataExchangeTaskExecutorProperties properties) Contrary to the bean name, there is nothing about thisRetryTemplate
that is, in itself, asynchronous.org.springframework.core.task.AsyncTaskExecutor
DataExchangeServiceAutoConfiguration.dataExchangeFuturesTaskExecutor
(DataExchangeTaskExecutorProperties properties) Returns a sharedThreadPoolTaskExecutor
, by default.