Add Javadoc since for new setTaskExecutor method

See gh-37117
This commit is contained in:
Johnny Lim
2023-08-29 00:22:38 +09:00
committed by Andy Wilkinson
parent d19c7ecfb8
commit 30eacd553d

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;