跳过导航链接
C F G I L M S X 

C

com.yomahub.liteflow.solon - 程序包 com.yomahub.liteflow.solon
 
com.yomahub.liteflow.solon.config - 程序包 com.yomahub.liteflow.solon.config
 
com.yomahub.liteflow.solon.integration - 程序包 com.yomahub.liteflow.solon.integration
 

F

flowExecutor(LiteflowConfig) - 类 中的方法com.yomahub.liteflow.solon.config.LiteflowMainAutoConfiguration
 

G

getDelay() - 类 中的方法com.yomahub.liteflow.solon.LiteflowMonitorProperty
 
getMainExecutorClass() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getMainExecutorWorks() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getNodeExecutorClass() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getPeriod() - 类 中的方法com.yomahub.liteflow.solon.LiteflowMonitorProperty
 
getQueueLimit() - 类 中的方法com.yomahub.liteflow.solon.LiteflowMonitorProperty
 
getRequestIdGeneratorClass() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getRetryCount() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getRuleSource() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getRuleSourceExtData() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getSlotSize() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getSubstituteCmpClass() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getThreadExecutorClass() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getWhenMaxWaitSeconds() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getWhenMaxWorkers() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
getWhenQueueLimit() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 

I

isEnable() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
isEnableLog() - 类 中的方法com.yomahub.liteflow.solon.LiteflowMonitorProperty
 
isParseOnStart() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
isPrintBanner() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
isPrintExecutionLog() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
isSupportMultipleType() - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 

L

liteflowConfig(LiteflowProperty, LiteflowMonitorProperty) - 类 中的方法com.yomahub.liteflow.solon.config.LiteflowPropertyAutoConfiguration
 
LiteflowMainAutoConfiguration - com.yomahub.liteflow.solon.config中的类
主要的业务装配器 在这个装配器里装配了执行器,执行器初始化类,监控器 这个装配前置条件是需要LiteflowConfig,LiteflowPropertyAutoConfiguration以及SpringAware
LiteflowMainAutoConfiguration() - 类 的构造器com.yomahub.liteflow.solon.config.LiteflowMainAutoConfiguration
 
LiteflowMonitorProperty - com.yomahub.liteflow.solon中的类
监控器的基础参数类
LiteflowMonitorProperty() - 类 的构造器com.yomahub.liteflow.solon.LiteflowMonitorProperty
 
LiteflowProperty - com.yomahub.liteflow.solon中的类
执行流程主要的参数类
LiteflowProperty() - 类 的构造器com.yomahub.liteflow.solon.LiteflowProperty
 
LiteflowPropertyAutoConfiguration - com.yomahub.liteflow.solon.config中的类
LiteflowConfig的装配类 这个装配类主要是把监控器的配置参数类和流程配置参数类作一个合并,转换成统一的配置参数类。
LiteflowPropertyAutoConfiguration() - 类 的构造器com.yomahub.liteflow.solon.config.LiteflowPropertyAutoConfiguration
 

M

monitorBus(LiteflowConfig) - 类 中的方法com.yomahub.liteflow.solon.config.LiteflowMainAutoConfiguration
 

S

setDelay(long) - 类 中的方法com.yomahub.liteflow.solon.LiteflowMonitorProperty
 
setEnable(boolean) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setEnableLog(boolean) - 类 中的方法com.yomahub.liteflow.solon.LiteflowMonitorProperty
 
setMainExecutorClass(String) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setMainExecutorWorks(int) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setNodeExecutorClass(String) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setParseOnStart(boolean) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setPeriod(long) - 类 中的方法com.yomahub.liteflow.solon.LiteflowMonitorProperty
 
setPrintBanner(boolean) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setPrintExecutionLog(boolean) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setQueueLimit(int) - 类 中的方法com.yomahub.liteflow.solon.LiteflowMonitorProperty
 
setRequestIdGeneratorClass(String) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setRetryCount(int) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setRuleSource(String) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setRuleSourceExtData(String) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setSlotSize(int) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setSubstituteCmpClass(String) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setSupportMultipleType(boolean) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setThreadExecutorClass(String) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setWhenMaxWaitSeconds(int) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setWhenMaxWorkers(int) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
setWhenQueueLimit(int) - 类 中的方法com.yomahub.liteflow.solon.LiteflowProperty
 
start(AopContext) - 类 中的方法com.yomahub.liteflow.solon.integration.XPluginImpl
 

X

XPluginImpl - com.yomahub.liteflow.solon.integration中的类
 
XPluginImpl() - 类 的构造器com.yomahub.liteflow.solon.integration.XPluginImpl
 
C F G I L M S X 
跳过导航链接

Copyright © 2022. All rights reserved.