blob: eff1e5b8f6fd8afa32597a529a7e66d14a2bbf1b [file] [log] [blame]
{
"groups": [
{
"name": "camel.component.mock",
"type": "org.apache.camel.component.mock.springboot.MockComponentConfiguration",
"sourceType": "org.apache.camel.component.mock.springboot.MockComponentConfiguration"
},
{
"name": "camel.component.mock.customizer",
"type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.component.mock.springboot.MockComponentConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.component.mock.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.mock.springboot.MockComponentConfiguration",
"defaultValue": true
},
{
"name": "camel.component.mock.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.component.mock.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the mock component. This is enabled by default.",
"sourceType": "org.apache.camel.component.mock.springboot.MockComponentConfiguration"
},
{
"name": "camel.component.mock.exchange-formatter",
"type": "org.apache.camel.spi.ExchangeFormatter",
"description": "Sets a custom ExchangeFormatter to convert the Exchange to a String suitable for logging. If not specified, we default to DefaultExchangeFormatter. The option is a org.apache.camel.spi.ExchangeFormatter type.",
"sourceType": "org.apache.camel.component.mock.springboot.MockComponentConfiguration"
},
{
"name": "camel.component.mock.lazy-start-producer",
"type": "java.lang.Boolean",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"sourceType": "org.apache.camel.component.mock.springboot.MockComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.mock.log",
"type": "java.lang.Boolean",
"description": "To turn on logging when the mock receives an incoming message. This will log only one time at INFO level for the incoming message. For more detailed logging then set the logger to DEBUG level for the org.apache.camel.component.mock.MockEndpoint class.",
"sourceType": "org.apache.camel.component.mock.springboot.MockComponentConfiguration",
"defaultValue": false
}
],
"hints": []
}