Merge pull request #37117 from izeye

* gh-37117:
  Add Javadoc since for new setTaskExecutor method

Closes gh-37117
This commit is contained in:
Andy Wilkinson
2023-08-30 11:31:06 +01:00

View File

@@ -87,6 +87,7 @@ public abstract class AbstractRabbitListenerContainerFactoryConfigurer<T extends
/**
* Set the task executor to use.
* @param taskExecutor the task executor
* @since 3.2.0
*/
public void setTaskExecutor(Executor taskExecutor) {
this.taskExecutor = taskExecutor;