blob: ce1c900a7c7e8a9c7e5f570b28f0b35571db99f2 [file] [log] [blame]
{
"groups": [
{
"name": "camel.component.google-mail",
"type": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration",
"sourceType": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration"
},
{
"name": "camel.component.google-mail-stream",
"type": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration"
},
{
"name": "camel.component.google-mail-stream.customizer",
"type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration",
"sourceMethod": "getCustomizer()"
},
{
"name": "camel.component.google-mail.customizer",
"type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.component.google-mail-stream.access-token",
"type": "java.lang.String",
"description": "OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage.",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration"
},
{
"name": "camel.component.google-mail-stream.application-name",
"type": "java.lang.String",
"description": "Google mail application name. Example would be camel-google-mail\/1.0",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration"
},
{
"name": "camel.component.google-mail-stream.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.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration",
"defaultValue": true
},
{
"name": "camel.component.google-mail-stream.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.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.google-mail-stream.client-factory",
"type": "org.apache.camel.component.google.mail.GoogleMailClientFactory",
"description": "The client Factory. The option is a org.apache.camel.component.google.mail.GoogleMailClientFactory type.",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration"
},
{
"name": "camel.component.google-mail-stream.client-id",
"type": "java.lang.String",
"description": "Client ID of the mail application",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration"
},
{
"name": "camel.component.google-mail-stream.client-secret",
"type": "java.lang.String",
"description": "Client secret of the mail application",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration"
},
{
"name": "camel.component.google-mail-stream.configuration",
"type": "org.apache.camel.component.google.mail.stream.GoogleMailStreamConfiguration",
"description": "The configuration. The option is a org.apache.camel.component.google.mail.stream.GoogleMailStreamConfiguration type.",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration"
},
{
"name": "camel.component.google-mail-stream.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.component.google-mail-stream.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the google-mail-stream component. This is enabled by default.",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration"
},
{
"name": "camel.component.google-mail-stream.labels",
"type": "java.lang.String",
"description": "Comma separated list of labels to take into account",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration"
},
{
"name": "camel.component.google-mail-stream.mark-as-read",
"type": "java.lang.Boolean",
"description": "Mark the message as read once it has been consumed",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration",
"defaultValue": true
},
{
"name": "camel.component.google-mail-stream.max-results",
"type": "java.lang.Long",
"description": "Max results to be returned",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration",
"defaultValue": 10
},
{
"name": "camel.component.google-mail-stream.query",
"type": "java.lang.String",
"description": "The query to execute on gmail box",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration",
"defaultValue": "is:unread"
},
{
"name": "camel.component.google-mail-stream.refresh-token",
"type": "java.lang.String",
"description": "OAuth 2 refresh token. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived.",
"sourceType": "org.apache.camel.component.google.mail.stream.springboot.GoogleMailStreamComponentConfiguration"
},
{
"name": "camel.component.google-mail.access-token",
"type": "java.lang.String",
"description": "OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage.",
"sourceType": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration"
},
{
"name": "camel.component.google-mail.application-name",
"type": "java.lang.String",
"description": "Google mail application name. Example would be camel-google-mail\/1.0",
"sourceType": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration"
},
{
"name": "camel.component.google-mail.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.google.mail.springboot.GoogleMailComponentConfiguration",
"defaultValue": true
},
{
"name": "camel.component.google-mail.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.google.mail.springboot.GoogleMailComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.google-mail.client-factory",
"type": "org.apache.camel.component.google.mail.GoogleMailClientFactory",
"description": "To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleMailClientFactory. The option is a org.apache.camel.component.google.mail.GoogleMailClientFactory type.",
"sourceType": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration"
},
{
"name": "camel.component.google-mail.client-id",
"type": "java.lang.String",
"description": "Client ID of the mail application",
"sourceType": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration"
},
{
"name": "camel.component.google-mail.client-secret",
"type": "java.lang.String",
"description": "Client secret of the mail application",
"sourceType": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration"
},
{
"name": "camel.component.google-mail.configuration",
"type": "org.apache.camel.component.google.mail.GoogleMailConfiguration",
"description": "To use the shared configuration. The option is a org.apache.camel.component.google.mail.GoogleMailConfiguration type.",
"sourceType": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration"
},
{
"name": "camel.component.google-mail.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.component.google-mail.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the google-mail component. This is enabled by default.",
"sourceType": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration"
},
{
"name": "camel.component.google-mail.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.google.mail.springboot.GoogleMailComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.google-mail.refresh-token",
"type": "java.lang.String",
"description": "OAuth 2 refresh token. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived.",
"sourceType": "org.apache.camel.component.google.mail.springboot.GoogleMailComponentConfiguration"
}
],
"hints": []
}