public class FlowExecutor extends Object
| 构造器和说明 |
|---|
FlowExecutor() |
FlowExecutor(LiteflowConfig liteflowConfig) |
public FlowExecutor()
public FlowExecutor(LiteflowConfig liteflowConfig)
public void init(boolean isStart)
public void reloadRule()
@Deprecated public void invoke(String chainId, Object param, Integer slotIndex) throws Exception
Exception@Deprecated public void invokeInAsync(String chainId, Object param, Integer slotIndex) throws Exception
Exceptionpublic LiteflowResponse invoke2Resp(String chainId, Object param, Integer slotIndex)
public LiteflowResponse invoke2RespInAsync(String chainId, Object param, Integer slotIndex)
@Deprecated public void invoke(String nodeId, Integer slotIndex) throws Exception
Exceptionpublic LiteflowResponse execute2Resp(String chainId)
public LiteflowResponse execute2Resp(String chainId, Object param)
public LiteflowResponse execute2Resp(String chainId, Object param, Class<?>... contextBeanClazzArray)
public List<LiteflowResponse> executeRouteChain(Object param, Class<?>... contextBeanClazzArray)
public LiteflowResponse execute2Resp(String chainId, Object param, Object... contextBeanArray)
public List<LiteflowResponse> executeRouteChain(Object param, Object... contextBeanArray)
public LiteflowResponse execute2RespWithRid(String chainId, Object param, String requestId, Class<?>... contextBeanClazzArray)
public List<LiteflowResponse> executeRouteChainWithRid(String chainId, Object param, String requestId, Class<?>... contextBeanClazzArray)
public LiteflowResponse execute2RespWithRid(String chainId, Object param, String requestId, Object... contextBeanArray)
public List<LiteflowResponse> executeRouteChainWithRid(String chainId, Object param, String requestId, Object... contextBeanArray)
public Future<LiteflowResponse> execute2Future(String chainId, Object param, Class<?>... contextBeanClazzArray)
public Future<LiteflowResponse> execute2Future(String chainId, Object param, Object... contextBeanArray)
public Future<LiteflowResponse> execute2FutureWithRid(String chainId, Object param, String requestId, Class<?>... contextBeanClazzArray)
public Future<LiteflowResponse> execute2FutureWithRid(String chainId, Object param, String requestId, Object... contextBeanArray)
@Deprecated public DefaultContext execute(String chainId, Object param) throws Exception
Exceptionpublic LiteflowConfig getLiteflowConfig()
public void setLiteflowConfig(LiteflowConfig liteflowConfig)
Copyright © 2024. All rights reserved.