META-INF.org.apache.camel.spring.xml.threadPool.json Maven / Gradle / Ivy
{
"model": {
"kind": "model",
"name": "threadPool",
"title": "Thread Pool",
"description": "Configuration of thread pools",
"deprecated": false,
"label": "spring,configuration",
"javaType": "org.apache.camel.spring.xml.CamelThreadPoolFactoryBean",
"abstract": false,
"input": false,
"output": false
},
"properties": {
"id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" },
"poolSize": { "index": 1, "kind": "attribute", "displayName": "Pool Size", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the core pool size (threads to keep minimum in pool)" },
"maxPoolSize": { "index": 2, "kind": "attribute", "displayName": "Max Pool Size", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the maximum pool size" },
"keepAliveTime": { "index": 3, "kind": "attribute", "displayName": "Keep Alive Time", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the keep alive time for inactive threads" },
"timeUnit": { "index": 4, "kind": "attribute", "displayName": "Time Unit", "group": "common", "required": false, "type": "enum", "javaType": "java.util.concurrent.TimeUnit", "enum": [ "NANOSECONDS", "MICROSECONDS", "MILLISECONDS", "SECONDS", "MINUTES", "HOURS", "DAYS" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "SECONDS", "description": "Sets the time unit used for keep alive time" },
"maxQueueSize": { "index": 5, "kind": "attribute", "displayName": "Max Queue Size", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the maximum number of tasks in the work queue. Use -1 for an unbounded queue" },
"allowCoreThreadTimeOut": { "index": 6, "kind": "attribute", "displayName": "Allow Core Thread Time Out", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Sets whether to allow core threads to timeout" },
"rejectedPolicy": { "index": 7, "kind": "attribute", "displayName": "Rejected Policy", "group": "common", "required": false, "type": "enum", "javaType": "org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy", "enum": [ "Abort", "CallerRuns" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "CallerRuns", "description": "Sets the handler for tasks which cannot be executed by the thread pool." },
"threadName": { "index": 8, "kind": "attribute", "displayName": "Thread Name", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "To use a custom thread name \/ pattern" },
"scheduled": { "index": 9, "kind": "attribute", "displayName": "Scheduled", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Whether to use a scheduled thread pool" },
"camelContextId": { "index": 10, "kind": "attribute", "displayName": "Camel Context Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Id of CamelContext to use if there are multiple CamelContexts in the same JVM" }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy