blob: f003f039910361012a355c5a643d9285d2ed6d7c [file] [log] [blame]
{
"groups": [
{
"name": "camel.component.master",
"type": "org.apache.camel.component.master.springboot.MasterComponentConfiguration",
"sourceType": "org.apache.camel.component.master.springboot.MasterComponentConfiguration"
},
{
"name": "camel.component.master.customizer",
"type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.component.master.springboot.MasterComponentConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.component.master.autowired-enabled",
"type": "java.lang.Boolean",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"sourceType": "org.apache.camel.component.master.springboot.MasterComponentConfiguration",
"defaultValue": true
},
{
"name": "camel.component.master.bridge-error-handler",
"type": "java.lang.Boolean",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"sourceType": "org.apache.camel.component.master.springboot.MasterComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.master.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.component.master.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the master component. This is enabled by default.",
"sourceType": "org.apache.camel.component.master.springboot.MasterComponentConfiguration"
},
{
"name": "camel.component.master.service",
"type": "org.apache.camel.cluster.CamelClusterService",
"description": "Inject the service to use. The option is a org.apache.camel.cluster.CamelClusterService type.",
"sourceType": "org.apache.camel.component.master.springboot.MasterComponentConfiguration"
},
{
"name": "camel.component.master.service-selector",
"type": "org.apache.camel.cluster.CamelClusterService$Selector",
"description": "Inject the service selector used to lookup the CamelClusterService to use. The option is a org.apache.camel.cluster.CamelClusterService.Selector type.",
"sourceType": "org.apache.camel.component.master.springboot.MasterComponentConfiguration"
}
],
"hints": []
}