Update hippo4j-server-start.md (#452)

fix:修改文档返回值不对问题
pull/467/head
alexli 3 years ago committed by GitHub
parent 25aed76dbd
commit 3d52b473de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,7 +101,7 @@ public class ThreadPoolConfig {
.threadPoolId(threadPoolId) .threadPoolId(threadPoolId)
.dynamicPool() .dynamicPool()
.build(); .build();
return dynamicExecutor; return messageProduceDynamicExecutor;
} }
} }

Loading…
Cancel
Save