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 Details

    • SpringPipelineExecutor

      public SpringPipelineExecutor()
  • Method Details

    • setPipelineConfigLoader

      public void setPipelineConfigLoader(PipelineConfigLoader pipelineConfigLoader)
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • afterSingletonsInstantiated

      public void afterSingletonsInstantiated()
      Specified by:
      afterSingletonsInstantiated in interface org.springframework.beans.factory.SmartInitializingSingleton
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception