Add Javadoc since for new setTaskExecutor method
See gh-37117
This commit is contained in:
committed by
Andy Wilkinson
parent
d19c7ecfb8
commit
30eacd553d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user