blob: 917a82657f347c3d1dc1673b2971d623a1eb21f2 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.platformhttp.CamelPlatformhttpSourceConnector",
"artifactId": "camel-platform-http-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-platform-http-source",
"type": "source",
"version": "0.7.0",
"description": "Expose HTTP endpoints using the HTTP server available in the current platform."
},
"properties": {
"camel.source.path.path": {
"name": "camel.source.path.path",
"description": "The path under which this endpoint serves the HTTP requests",
"priority": "HIGH",
"required": "true"
},
"camel.source.endpoint.bridgeErrorHandler": {
"name": "camel.source.endpoint.bridgeErrorHandler",
"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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.consumes": {
"name": "camel.source.endpoint.consumes",
"description": "The content type this endpoint accepts as an input, such as application\/xml or application\/json. null or *\/* mean no restriction.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.httpMethodRestrict": {
"name": "camel.source.endpoint.httpMethodRestrict",
"description": "A comma separated list of HTTP methods to serve, e.g. GET,POST . If no methods are specified, all methods will be served.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.matchOnUriPrefix": {
"name": "camel.source.endpoint.matchOnUriPrefix",
"description": "Whether or not the consumer should try to find a target consumer by matching the URI prefix if no exact match is found.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.produces": {
"name": "camel.source.endpoint.produces",
"description": "The content type this endpoint produces, such as application\/xml or application\/json.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exceptionHandler": {
"name": "camel.source.endpoint.exceptionHandler",
"description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exchangePattern": {
"name": "camel.source.endpoint.exchangePattern",
"description": "Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
]
},
"camel.source.endpoint.fileNameExtWhitelist": {
"name": "camel.source.endpoint.fileNameExtWhitelist",
"description": "A comma or whitespace separated list of file extensions. Uploads having these extensions will be stored locally. Null value or asterisk () will allow all files.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.headerFilterStrategy": {
"name": "camel.source.endpoint.headerFilterStrategy",
"description": "To use a custom HeaderFilterStrategy to filter headers to and from Camel message.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.platformHttpEngine": {
"name": "camel.source.endpoint.platformHttpEngine",
"description": "An HTTP Server engine implementation to serve the requests of this endpoint.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.synchronous": {
"name": "camel.source.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.platform-http.bridgeErrorHandler": {
"name": "camel.component.platform-http.bridgeErrorHandler",
"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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.platform-http.autowiredEnabled": {
"name": "camel.component.platform-http.autowiredEnabled",
"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.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.platform-http.engine": {
"name": "camel.component.platform-http.engine",
"description": "An HTTP Server engine implementation to serve the requests",
"priority": "MEDIUM",
"required": "false"
}
}
}