Skip navigation links
A C D F G I L M S 

A

afterSingletonsInstantiated() - Method in class com.yomahub.liteflow.springboot.LiteflowExecutorInit
 

C

ChainCacheProperty() - Constructor for class com.yomahub.liteflow.springboot.LiteflowProperty.ChainCacheProperty
 
com.yomahub.liteflow.springboot - package com.yomahub.liteflow.springboot
 
com.yomahub.liteflow.springboot.config - package com.yomahub.liteflow.springboot.config
 
componentScanner(LiteflowConfig, SpringAware) - Method in class com.yomahub.liteflow.springboot.config.LiteflowMainAutoConfiguration
 

D

declBeanDefinition() - Method in class com.yomahub.liteflow.springboot.config.LiteflowMainAutoConfiguration
 

F

flowExecutor(LiteflowConfig, SpringAware) - Method in class com.yomahub.liteflow.springboot.config.LiteflowMainAutoConfiguration
 

G

getCapacity() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty.ChainCacheProperty
 
getChainCache() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getDelay() - Method in class com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
getGlobalThreadPoolExecutorClass() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getGlobalThreadPoolQueueSize() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getGlobalThreadPoolSize() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getMainExecutorClass() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getMainExecutorWorks() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getNodeExecutorClass() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getParseMode() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getPeriod() - Method in class com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
getQueueLimit() - Method in class com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
getRequestIdGeneratorClass() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getRetryCount() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
Deprecated.
getRuleSource() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getRuleSourceExtData() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getRuleSourceExtDataMap() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getScriptSetting() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getSlotSize() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getWhenMaxWaitSeconds() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
Deprecated.
getWhenMaxWaitTime() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
getWhenMaxWaitTimeUnit() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 

I

isCheckNodeExists() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
isEnable() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
isEnabled() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty.ChainCacheProperty
 
isEnableLog() - Method in class com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
isEnableMonitorFile() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
isEnableNodeInstanceId() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
isEnableVirtualThread() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
isFallbackCmpEnable() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
isFastLoad() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
isPrintBanner() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
isPrintExecutionLog() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
isSupportMultipleType() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
isWhenThreadPoolIsolate() - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 

L

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

M

monitorBus(LiteflowConfig, SpringAware) - Method in class com.yomahub.liteflow.springboot.config.LiteflowMainAutoConfiguration
 

S

setCapacity(Integer) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty.ChainCacheProperty
 
setChainCache(LiteflowProperty.ChainCacheProperty) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setCheckNodeExists(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setDelay(long) - Method in class com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
setEnable(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setEnabled(Boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty.ChainCacheProperty
 
setEnableLog(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
setEnableMonitorFile(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setEnableNodeInstanceId(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setEnableVirtualThread(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setFallbackCmpEnable(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setFastLoad(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setGlobalThreadPoolExecutorClass(String) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setGlobalThreadPoolQueueSize(Integer) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setGlobalThreadPoolSize(Integer) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setMainExecutorClass(String) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setMainExecutorWorks(int) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setNodeExecutorClass(String) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setParseMode(ParseModeEnum) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setPeriod(long) - Method in class com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
setPrintBanner(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setPrintExecutionLog(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setQueueLimit(int) - Method in class com.yomahub.liteflow.springboot.LiteflowMonitorProperty
 
setRequestIdGeneratorClass(String) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setRetryCount(int) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
Deprecated.
setRuleSource(String) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setRuleSourceExtData(String) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setRuleSourceExtDataMap(Map<String, String>) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setScriptSetting(Map<String, String>) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setSlotSize(int) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setSupportMultipleType(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setWhenMaxWaitSeconds(int) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
Deprecated.
setWhenMaxWaitTime(int) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setWhenMaxWaitTimeUnit(TimeUnit) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
setWhenThreadPoolIsolate(boolean) - Method in class com.yomahub.liteflow.springboot.LiteflowProperty
 
A C D F G I L M S 
Skip navigation links

Copyright © 2025. All rights reserved.