All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 2.12.4.2
Show newest version
{
  "properties": [
    {
      "name": "liteflow.rule-source-ext-data",
      "type": "java.lang.String",
      "description": "rule source extended data.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty"
    },
    {
      "name": "liteflow.rule-source-ext-data-map",
      "type": "java.util.Map",
      "description": "rule source extended data map.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty"
    },
    {
      "name": "liteflow.request-id-generator-class",
      "type": "java.lang.String",
      "description": "Custom requestId builder.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": "com.yomahub.liteflow.flow.id.DefaultRequestIdGenerator"
    },
    {
      "name": "liteflow.rule-source",
      "type": "java.lang.String",
      "description": "Location of the flow rule source.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": "config/flow.xml"
    },
    {
      "name": "liteflow.enable",
      "type": "java.lang.Boolean",
      "description": "Whether to turn on liteflow.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": true
    },
    {
      "name": "liteflow.print-banner",
      "type": "java.lang.Boolean",
      "description": "Whether to print liteflow banner.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": true
    },
    {
      "name": "liteflow.slot-size",
      "type": "java.lang.Integer",
      "description": "Set concurrent data slot size.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": 1024
    },
    {
      "name": "liteflow.main-executor-works",
      "type": "java.lang.Integer",
      "description": "Max thread count for main executor,only for FlowExecutor.execute2Future.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": 64
    },
    {
      "name": "liteflow.main-executor-class",
      "type": "java.lang.String",
      "description": "Custom thread pool implement for main executor.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": "com.yomahub.liteflow.thread.LiteFlowDefaultMainExecutorBuilder"
    },
    {
      "name": "liteflow.thread-executor-class",
      "type": "java.lang.String",
      "description": "Custom thread pool implement for when executor.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": "com.yomahub.liteflow.thread.LiteFlowDefaultWhenExecutorBuilder"
    },
    {
      "name": "liteflow.when-max-wait-seconds",
      "type": "java.lang.Integer",
      "description": "Set the async thread max wait seconds on \" when \" mode.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": 0
    },
    {
      "name": "liteflow.when-max-wait-time",
      "type": "java.lang.Integer",
      "description": "Set the async thread max wait time on \" when \" mode.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": 15000
    },
    {
      "name": "liteflow.when-max-wait-time-unit",
      "type": "java.util.concurrent.TimeUnit",
      "description": "Set the async thread max wait time unit on \" when \" mode.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": "MILLISECONDS"
    },
    {
      "name": "liteflow.when-max-workers",
      "type": "java.lang.Integer",
      "description": "Set the async thread pool worker max-size on \" when \" mode.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": 16
    },
    {
      "name": "liteflow.when-queue-limit",
      "type": "java.lang.Integer",
      "description": "Set the async thread pool queue max-size on \" when \" mode.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": 512
    },
    {
      "name": "liteflow.when-thread-pool-isolate",
      "type": "java.lang.Boolean",
      "description": "set whether the asynchronous thread pool is isolated.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": false
    },
    {
      "name": "liteflow.parse-mode",
      "type": "com.yomahub.liteflow.enums.ParseModeEnum",
      "description": "Set parse mode at startup.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": "PARSE_ALL_ON_START"
    },
    {
      "name": "liteflow.retry-count",
      "type": "java.lang.Integer",
      "description": "Number of component retries.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": 0
    },
    {
      "name": "liteflow.support-multiple-type",
      "type": "java.lang.Boolean",
      "description": "Whether to support multiple types of configuration.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": false
    },
    {
      "name": "liteflow.node-executor-class",
      "type": "java.lang.String",
      "description": "Executor class of node.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": "com.yomahub.liteflow.flow.executor.DefaultNodeExecutor"
    },
    {
      "name": "liteflow.print-execution-log",
      "type": "java.lang.Boolean",
      "description": "Whether to print logs during execution.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": true
    },
    {
      "name": "liteflow.fallback-cmp-enable",
      "type": "java.lang.Boolean",
      "description": "Whether to enable component fallback.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": false
    },
    {
      "name": "liteflow.fast-load",
      "type": "java.lang.Boolean",
      "description": "Whether to enable fast load mode.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": false
    },
    {
      "name": "liteflow.monitor.enable-log",
      "type": "java.lang.Boolean",
      "description": "Enable monitor log.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowMonitorProperty",
      "defaultValue": false
    },
    {
      "name": "liteflow.monitor.queue-limit",
      "type": "java.lang.Integer",
      "description": "Set monitor queue size.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowMonitorProperty",
      "defaultValue": 200
    },
    {
      "name": "liteflow.monitor.delay",
      "type": "java.lang.Long",
      "description": "Set delay time to print monitor log.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowMonitorProperty",
      "defaultValue": 300000
    },
    {
      "name": "liteflow.monitor.period",
      "type": "java.lang.Long",
      "description": "Set period time to print monitor log.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowMonitorProperty",
      "defaultValue": 300000
    },
    {
      "name": "liteflow.enable-monitor-file",
      "type": "java.lang.Boolean",
      "description": "Set file change monitoring.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowMonitorProperty",
      "defaultValue": false
    },
    {
      "name": "liteflow.parallel-max-workers",
      "type": "java.lang.Integer",
      "description": "Set the async thread pool worker max-size on \" parallel-loop \" mode.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": 16
    },
    {
      "name": "liteflow.parallel-queue-limit",
      "type": "java.lang.Integer",
      "description": "Set the async thread pool queue max-size on \" parallel-loop \" mode.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": 512
    },
    {
      "name": "liteflow.parallel-loop-executor-class",
      "type": "java.lang.String",
      "description": "Custom thread pool implement for parallel-loop executor.",
      "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
      "defaultValue": "com.yomahub.liteflow.thread.LiteFlowDefaultParallelLoopExecutorBuilder"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy