public class LiteFlowChainELBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.ql.util.express.ExpressRunner |
EXPRESS_RUNNER
EL解析引擎
|
| Constructor and Description |
|---|
LiteFlowChainELBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
static void |
buildUnCompileChain(Chain chain) |
static LiteFlowChainELBuilder |
createChain() |
LiteFlowChainELBuilder |
setChainId(String chainId) |
LiteFlowChainELBuilder |
setChainName(String chainName)
Deprecated.
|
LiteFlowChainELBuilder |
setEL(String elStr) |
LiteFlowChainELBuilder |
setNamespace(String nameSpace) |
LiteFlowChainELBuilder |
setRoute(String routeEl) |
LiteFlowChainELBuilder |
setThreadPoolExecutorClass(String threadPoolExecutorClass) |
static boolean |
validate(String elStr)
EL表达式校验,此方法已经过时,请使用
validateWithEx(String) |
static ValidationResp |
validateWithEx(String elStr)
校验
|
public static final com.ql.util.express.ExpressRunner EXPRESS_RUNNER
public static LiteFlowChainELBuilder createChain()
@Deprecated public LiteFlowChainELBuilder setChainName(String chainName)
setChainId(String)public LiteFlowChainELBuilder setChainId(String chainId)
public LiteFlowChainELBuilder setRoute(String routeEl)
public LiteFlowChainELBuilder setEL(String elStr)
public LiteFlowChainELBuilder setNamespace(String nameSpace)
public LiteFlowChainELBuilder setThreadPoolExecutorClass(String threadPoolExecutorClass)
public static boolean validate(String elStr)
validateWithEx(String)elStr - EL表达式public static ValidationResp validateWithEx(String elStr)
elStr - EL表达式public void build()
public static void buildUnCompileChain(Chain chain)
Copyright © 2025. All rights reserved.