We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a74fe5 + 56b14dc commit aa9f0b3Copy full SHA for aa9f0b3
spring-messaging/src/main/java/org/springframework/messaging/simp/config/ChannelRegistration.java
@@ -71,7 +71,7 @@ public TaskExecutorRegistration taskExecutor(@Nullable ThreadPoolTaskExecutor ta
71
* taking precedence over a {@linkplain #taskExecutor() task executor
72
* registration} if any.
73
* @param executor the executor to use
74
- * @since 6.1.4
+ * @since 6.2
75
*/
76
public ChannelRegistration executor(Executor executor) {
77
this.executor = executor;
0 commit comments