Merge pull request #37117 from izeye

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

Closes gh-37117
pull/37167/head
Andy Wilkinson 1 year ago
commit 984d5303e7

@ -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;

Loading…
Cancel
Save