Package com.xxl.tool.pipeline.support
Class SpringPipelineExecutor
java.lang.Object
com.xxl.tool.pipeline.PipelineExecutor
com.xxl.tool.pipeline.support.SpringPipelineExecutor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.SmartInitializingSingleton,org.springframework.context.ApplicationContextAware
public class SpringPipelineExecutor
extends PipelineExecutor
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.beans.factory.DisposableBean
pipeline config loader, local version
- Author:
- xuxueli 2024-01-01
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetPipelineConfigLoader(PipelineConfigLoader pipelineConfigLoader) Methods inherited from class com.xxl.tool.pipeline.PipelineExecutor
execute, registry
-
Constructor Details
-
SpringPipelineExecutor
public SpringPipelineExecutor()
-
-
Method Details
-
setPipelineConfigLoader
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
afterSingletonsInstantiated
public void afterSingletonsInstantiated()- Specified by:
afterSingletonsInstantiatedin interfaceorg.springframework.beans.factory.SmartInitializingSingleton
-
destroy
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-