blob: 173cf0aa16d6c0473f28c5e17dfe991355a19545 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.corda.CamelCordaSourceConnector",
"artifactId": "camel-corda-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-corda-source",
"type": "source",
"version": "0.7.3",
"description": "Perform operations against Corda blockchain platform using corda-rpc library."
},
"properties": {
"camel.source.path.node": {
"name": "camel.source.path.node",
"description": "The url for the corda node",
"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.pageSpecification": {
"name": "camel.source.endpoint.pageSpecification",
"description": "PageSpecification allows specification of a page number (starting from 1) and page size (defaulting to 200 with a maximum page size of (Integer.MAX_INT) Note: we default the page number to 200 to enable queries without requiring a page specification but enabling detection of large results sets that fall out of the 200 requirement. Max page size should be used with extreme caution as results may exceed your JVM memory footprint.",
"defaultValue": "\"200\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.processSnapshot": {
"name": "camel.source.endpoint.processSnapshot",
"description": "Whether to process snapshots or not",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.sort": {
"name": "camel.source.endpoint.sort",
"description": "Sort allows specification of a set of entity attribute names and their associated directionality and null handling, to be applied upon processing a query specification. One of: [ASC] [DESC]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ASC",
"DESC"
]
},
"camel.source.endpoint.contractStateClass": {
"name": "camel.source.endpoint.contractStateClass",
"description": "A contract state (or just state) contains opaque data used by a contract program. It can be thought of as a disk file that the program can use to persist data across transactions. States are immutable: once created they are never updated, instead, any changes must generate a new successor state. States can be updated (consumed) only once: the notary is responsible for ensuring there is no double spending by only signing a transaction if the input states are all free.",
"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.flowLogicArguments": {
"name": "camel.source.endpoint.flowLogicArguments",
"description": "Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow. The flowLogicClass must be annotated with net.corda.core.flows.StartableByRPC.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.flowLogicClass": {
"name": "camel.source.endpoint.flowLogicClass",
"description": "Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow. The flowLogicClass must be annotated with net.corda.core.flows.StartableByRPC.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.queryCriteria": {
"name": "camel.source.endpoint.queryCriteria",
"description": "QueryCriteria assumes underlying schema tables are correctly indexed for performance.",
"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.source.endpoint.password": {
"name": "camel.source.endpoint.password",
"description": "Password for login",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.username": {
"name": "camel.source.endpoint.username",
"description": "Username for login",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.corda.configuration": {
"name": "camel.component.corda.configuration",
"description": "To use a shared configuration.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.corda.bridgeErrorHandler": {
"name": "camel.component.corda.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.corda.pageSpecification": {
"name": "camel.component.corda.pageSpecification",
"description": "PageSpecification allows specification of a page number (starting from 1) and page size (defaulting to 200 with a maximum page size of (Integer.MAX_INT) Note: we default the page number to 200 to enable queries without requiring a page specification but enabling detection of large results sets that fall out of the 200 requirement. Max page size should be used with extreme caution as results may exceed your JVM memory footprint.",
"defaultValue": "\"200\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.corda.processSnapshot": {
"name": "camel.component.corda.processSnapshot",
"description": "Whether to process snapshots or not",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.corda.sort": {
"name": "camel.component.corda.sort",
"description": "Sort allows specification of a set of entity attribute names and their associated directionality and null handling, to be applied upon processing a query specification. One of: [ASC] [DESC]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ASC",
"DESC"
]
},
"camel.component.corda.contractStateClass": {
"name": "camel.component.corda.contractStateClass",
"description": "A contract state (or just state) contains opaque data used by a contract program. It can be thought of as a disk file that the program can use to persist data across transactions. States are immutable: once created they are never updated, instead, any changes must generate a new successor state. States can be updated (consumed) only once: the notary is responsible for ensuring there is no double spending by only signing a transaction if the input states are all free.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.corda.flowLogicArguments": {
"name": "camel.component.corda.flowLogicArguments",
"description": "Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow. The flowLogicClass must be annotated with net.corda.core.flows.StartableByRPC.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.corda.flowLogicClass": {
"name": "camel.component.corda.flowLogicClass",
"description": "Start the given flow with the given arguments, returning an Observable with a single observation of the result of running the flow. The flowLogicClass must be annotated with net.corda.core.flows.StartableByRPC.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.corda.queryCriteria": {
"name": "camel.component.corda.queryCriteria",
"description": "QueryCriteria assumes underlying schema tables are correctly indexed for performance.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.corda.autowiredEnabled": {
"name": "camel.component.corda.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.corda.password": {
"name": "camel.component.corda.password",
"description": "Password for login",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.corda.username": {
"name": "camel.component.corda.username",
"description": "Username for login",
"priority": "MEDIUM",
"required": "false"
}
}
}