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

A

afterPropertiesSet() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowExecutorInit
 

C

com.yomahub.liteflow.springboot - 程序包 com.yomahub.liteflow.springboot
 
com.yomahub.liteflow.springboot.config - 程序包 com.yomahub.liteflow.springboot.config
 
componentScanner(LiteflowConfig, SpringAware) - 类 中的方法com.yomahub.liteflow.springboot.config.LiteflowMainAutoConfiguration
 

F

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

G

getDelay() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
getEnableMonitorFile() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getMainExecutorClass() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getMainExecutorWorks() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getNodeExecutorClass() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getPeriod() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
getQueueLimit() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
getRequestIdGeneratorClass() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getRetryCount() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getRuleSource() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getRuleSourceExtData() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getRuleSourceExtDataMap() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getSlotSize() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getSubstituteCmpClass() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getThreadExecutorClass() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getWhenMaxWaitSeconds() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
已过时。
getWhenMaxWaitTime() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getWhenMaxWaitTimeUnit() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getWhenMaxWorkers() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
getWhenQueueLimit() - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 

I

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

L

liteflowConfig(LiteflowProperty, LiteflowMonitorProperty) - 类 中的方法com.yomahub.liteflow.springboot.config.LiteflowPropertyAutoConfiguration
 
liteflowExecutorInit(FlowExecutor) - 类 中的方法com.yomahub.liteflow.springboot.config.LiteflowMainAutoConfiguration
 
LiteflowExecutorInit - com.yomahub.liteflow.springboot中的类
执行器初始化类 主要用于在启动时执行执行器的初始化方法,避免在运行执行器时第一次初始化而耗费时间
LiteflowExecutorInit(FlowExecutor) - 类 的构造器com.yomahub.liteflow.springboot.LiteflowExecutorInit
 
LiteflowMainAutoConfiguration - com.yomahub.liteflow.springboot.config中的类
主要的业务装配器 在这个装配器里装配了执行器,执行器初始化类,监控器 这个装配前置条件是需要LiteflowConfig,LiteflowPropertyAutoConfiguration以及SpringAware
LiteflowMainAutoConfiguration() - 类 的构造器com.yomahub.liteflow.springboot.config.LiteflowMainAutoConfiguration
 
LiteflowMonitorProperty - com.yomahub.liteflow.springboot中的类
监控器的基础参数类
LiteflowMonitorProperty() - 类 的构造器com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
LiteflowProperty - com.yomahub.liteflow.springboot中的类
执行流程主要的参数类
LiteflowProperty() - 类 的构造器com.yomahub.liteflow.springboot.LiteflowProperty
 
LiteflowPropertyAutoConfiguration - com.yomahub.liteflow.springboot.config中的类
LiteflowConfig的装配类 这个装配类主要是把监控器的配置参数类和流程配置参数类作一个合并,转换成统一的配置参数类。
LiteflowPropertyAutoConfiguration() - 类 的构造器com.yomahub.liteflow.springboot.config.LiteflowPropertyAutoConfiguration
 

M

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

S

setDelay(long) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
setEnable(boolean) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setEnableLog(boolean) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
setEnableMonitorFile(Boolean) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setMainExecutorClass(String) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setMainExecutorWorks(int) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setNodeExecutorClass(String) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setParseOnStart(boolean) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setPeriod(long) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
setPrintBanner(boolean) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setPrintExecutionLog(boolean) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setQueueLimit(int) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
setRequestIdGeneratorClass(String) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setRetryCount(int) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setRuleSource(String) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setRuleSourceExtData(String) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setRuleSourceExtDataMap(Map<String, String>) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setSlotSize(int) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setSubstituteCmpClass(String) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setSupportMultipleType(boolean) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setThreadExecutorClass(String) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setWhenMaxWaitSeconds(int) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
已过时。
setWhenMaxWaitTime(int) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setWhenMaxWaitTimeUnit(TimeUnit) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setWhenMaxWorkers(int) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
setWhenQueueLimit(int) - 类 中的方法com.yomahub.liteflow.springboot.LiteflowProperty
 
A C F G I L M S 
跳过导航链接

Copyright © 2023. All rights reserved.