From 7c23644ad0c4ea1f0e5d4f4ba7b9d8d9806005e4 Mon Sep 17 00:00:00 2001 From: bryan31 Date: Thu, 28 Apr 2022 17:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0springboot=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../additional-spring-configuration-metadata.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json index b9ef68db5..7cebc2f53 100644 --- a/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -30,10 +30,22 @@ "description": "Node definition for ZK configuration.", "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty" }, + { + "name": "liteflow.main-executor-works", + "type": "java.lang.Integer", + "description": "Max thread count for main executor,only for FlowExecutor.execute2Future.", + "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty" + }, + { + "name": "liteflow.main-executor-class", + "type": "java.lang.String", + "description": "Custom thread pool implement for main executor.", + "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty" + }, { "name": "liteflow.thread-executor-class", "type": "java.lang.String", - "description": "Multi thread pool.", + "description": "Custom thread pool implement for when executor.", "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty" }, {