blob: 57d62ff964171f40f08daa547f07ed999744d06e [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.coap.CamelCoapSinkConnector",
"artifactId": "camel-coap-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-coap-sink",
"type": "sink",
"version": "0.7.2",
"description": "Send and receive messages to\/from COAP capable devices."
},
"properties": {
"camel.sink.path.uri": {
"name": "camel.sink.path.uri",
"description": "The URI for the CoAP endpoint",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.alias": {
"name": "camel.sink.endpoint.alias",
"description": "Sets the alias used to query the KeyStore for the private key and certificate. This parameter is used when we are enabling TLS with certificates on the service side, and similarly on the client side when TLS is used with certificates and client authentication. If the parameter is not specified then the default behavior is to use the first alias in the keystore that contains a key entry. This configuration parameter does not apply to configuring TLS via a Raw Public Key or a Pre-Shared Key.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.cipherSuites": {
"name": "camel.sink.endpoint.cipherSuites",
"description": "Sets the cipherSuites String. This is a comma separated String of ciphersuites to configure. If it is not specified, then it falls back to getting the ciphersuites from the sslContextParameters object.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.clientAuthentication": {
"name": "camel.sink.endpoint.clientAuthentication",
"description": "Sets the configuration options for server-side client-authentication requirements. The value must be one of NONE, WANT, REQUIRE. If this value is not specified, then it falls back to checking the sslContextParameters.getServerParameters().getClientAuthentication() value.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.privateKey": {
"name": "camel.sink.endpoint.privateKey",
"description": "Set the configured private key for use with Raw Public Key.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.pskStore": {
"name": "camel.sink.endpoint.pskStore",
"description": "Set the PskStore to use for pre-shared key.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.publicKey": {
"name": "camel.sink.endpoint.publicKey",
"description": "Set the configured public key for use with Raw Public Key.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.recommendedCipherSuitesOnly": {
"name": "camel.sink.endpoint.recommendedCipherSuitesOnly",
"description": "The CBC cipher suites are not recommended. If you want to use them, you first need to set the recommendedCipherSuitesOnly option to false.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sslContextParameters": {
"name": "camel.sink.endpoint.sslContextParameters",
"description": "Set the SSLContextParameters object for setting up TLS. This is required for coapstcp, and for coaps when we are using certificates for TLS (as opposed to RPK or PKS).",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.trustedRpkStore": {
"name": "camel.sink.endpoint.trustedRpkStore",
"description": "Set the TrustedRpkStore to use to determine trust in raw public keys.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.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.coap.lazyStartProducer": {
"name": "camel.component.coap.lazyStartProducer",
"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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.coap.autowiredEnabled": {
"name": "camel.component.coap.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"
}
}
}