Update hippo4j-server-start.md

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

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

Loading…
Cancel
Save