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

org.apache.camel.spring.xml.fluentTemplate.json Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
{
  "model": {
    "kind": "model",
    "name": "fluentTemplate",
    "title": "Fluent Template",
    "description": "Configures a org.apache.camel.FluentProducerTemplate",
    "deprecated": false,
    "label": "spring,configuration",
    "javaType": "org.apache.camel.spring.xml.CamelFluentProducerTemplateFactoryBean",
    "abstract": false,
    "input": false,
    "output": false
  },
  "properties": {
    "defaultEndpoint": { "index": 0, "kind": "attribute", "displayName": "Default Endpoint", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the default endpoint URI used by default for sending message exchanges" },
    "maximumCacheSize": { "index": 1, "kind": "attribute", "displayName": "Maximum Cache Size", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "description": "Sets a custom maximum cache size to use in the backing cache pools." },
    "camelContextId": { "index": 2, "kind": "attribute", "displayName": "Camel Context Id", "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" },
    "id": { "index": 3, "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy