blob: df4e980ce5b74766913b91db3bc6cba0ab5496d3 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.web3j.CamelWeb3jSinkConnector",
"artifactId": "camel-web3j-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-web3j-sink",
"type": "sink",
"version": "0.7.3",
"description": "Interact with Ethereum nodes using web3j client API."
},
"properties": {
"camel.sink.path.nodeAddress": {
"name": "camel.sink.path.nodeAddress",
"description": "Sets the node address used to communicate",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.addresses": {
"name": "camel.sink.endpoint.addresses",
"description": "Contract address or a list of addresses.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.fromAddress": {
"name": "camel.sink.endpoint.fromAddress",
"description": "The address the transaction is send from",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.fromBlock": {
"name": "camel.sink.endpoint.fromBlock",
"description": "The block number, or the string latest for the last mined block or pending, earliest for not yet mined transactions.",
"defaultValue": "\"latest\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.fullTransactionObjects": {
"name": "camel.sink.endpoint.fullTransactionObjects",
"description": "If true it returns the full transaction objects, if false only the hashes of the transactions.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.gasLimit": {
"name": "camel.sink.endpoint.gasLimit",
"description": "The maximum gas allowed in this block.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.privateFor": {
"name": "camel.sink.endpoint.privateFor",
"description": "A transaction privateFor nodes with public keys in a Quorum network",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.quorumAPI": {
"name": "camel.sink.endpoint.quorumAPI",
"description": "If true, this will support Quorum API.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.toAddress": {
"name": "camel.sink.endpoint.toAddress",
"description": "The address the transaction is directed to.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.toBlock": {
"name": "camel.sink.endpoint.toBlock",
"description": "The block number, or the string latest for the last mined block or pending, earliest for not yet mined transactions.",
"defaultValue": "\"latest\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.topics": {
"name": "camel.sink.endpoint.topics",
"description": "Topics are order-dependent. Each topic can also be a list of topics. Specify multiple topics separated by comma.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.web3j": {
"name": "camel.sink.endpoint.web3j",
"description": "The preconfigured Web3j object.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.address": {
"name": "camel.sink.endpoint.address",
"description": "Contract address.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.atBlock": {
"name": "camel.sink.endpoint.atBlock",
"description": "The block number, or the string latest for the last mined block or pending, earliest for not yet mined transactions.",
"defaultValue": "\"latest\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.blockHash": {
"name": "camel.sink.endpoint.blockHash",
"description": "Hash of the block where this transaction was in.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.clientId": {
"name": "camel.sink.endpoint.clientId",
"description": "A random hexadecimal(32 bytes) ID identifying the client.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.data": {
"name": "camel.sink.endpoint.data",
"description": "The compiled code of a contract OR the hash of the invoked method signature and encoded parameters.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.databaseName": {
"name": "camel.sink.endpoint.databaseName",
"description": "The local database name.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.filterId": {
"name": "camel.sink.endpoint.filterId",
"description": "The filter id to use.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.gasPrice": {
"name": "camel.sink.endpoint.gasPrice",
"description": "Gas price used for each paid gas.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.hashrate": {
"name": "camel.sink.endpoint.hashrate",
"description": "A hexadecimal string representation (32 bytes) of the hash rate.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.headerPowHash": {
"name": "camel.sink.endpoint.headerPowHash",
"description": "The header's pow-hash (256 bits) used for submitting a proof-of-work solution.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.index": {
"name": "camel.sink.endpoint.index",
"description": "The transactions\/uncle index position in the block.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.keyName": {
"name": "camel.sink.endpoint.keyName",
"description": "The key name in the database.",
"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.mixDigest": {
"name": "camel.sink.endpoint.mixDigest",
"description": "The mix digest (256 bits) used for submitting a proof-of-work solution.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.nonce": {
"name": "camel.sink.endpoint.nonce",
"description": "The nonce found (64 bits) used for submitting a proof-of-work solution.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.operation": {
"name": "camel.sink.endpoint.operation",
"description": "Operation to use.",
"defaultValue": "\"transaction\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.position": {
"name": "camel.sink.endpoint.position",
"description": "The transaction index position withing a block.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.priority": {
"name": "camel.sink.endpoint.priority",
"description": "The priority of a whisper message.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sha3HashOfDataToSign": {
"name": "camel.sink.endpoint.sha3HashOfDataToSign",
"description": "Message to sign by calculating an Ethereum specific signature.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.signedTransactionData": {
"name": "camel.sink.endpoint.signedTransactionData",
"description": "The signed transaction data for a new message call transaction or a contract creation for signed transactions.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sourceCode": {
"name": "camel.sink.endpoint.sourceCode",
"description": "The source code to compile.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.transactionHash": {
"name": "camel.sink.endpoint.transactionHash",
"description": "The information about a transaction requested by transaction hash.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.ttl": {
"name": "camel.sink.endpoint.ttl",
"description": "The time to live in seconds of a whisper message.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.value": {
"name": "camel.sink.endpoint.value",
"description": "The value sent within a transaction.",
"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.web3j.addresses": {
"name": "camel.component.web3j.addresses",
"description": "Contract address or a list of addresses.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.configuration": {
"name": "camel.component.web3j.configuration",
"description": "Default configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.fromAddress": {
"name": "camel.component.web3j.fromAddress",
"description": "The address the transaction is send from",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.fromBlock": {
"name": "camel.component.web3j.fromBlock",
"description": "The block number, or the string latest for the last mined block or pending, earliest for not yet mined transactions.",
"defaultValue": "\"latest\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.fullTransactionObjects": {
"name": "camel.component.web3j.fullTransactionObjects",
"description": "If true it returns the full transaction objects, if false only the hashes of the transactions.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.gasLimit": {
"name": "camel.component.web3j.gasLimit",
"description": "The maximum gas allowed in this block.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.privateFor": {
"name": "camel.component.web3j.privateFor",
"description": "A transaction privateFor nodes with public keys in a Quorum network",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.quorumAPI": {
"name": "camel.component.web3j.quorumAPI",
"description": "If true, this will support Quorum API.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.toAddress": {
"name": "camel.component.web3j.toAddress",
"description": "The address the transaction is directed to.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.toBlock": {
"name": "camel.component.web3j.toBlock",
"description": "The block number, or the string latest for the last mined block or pending, earliest for not yet mined transactions.",
"defaultValue": "\"latest\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.topics": {
"name": "camel.component.web3j.topics",
"description": "Topics are order-dependent. Each topic can also be a list of topics. Specify multiple topics separated by comma.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.web3j": {
"name": "camel.component.web3j.web3j",
"description": "The preconfigured Web3j object.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.address": {
"name": "camel.component.web3j.address",
"description": "Contract address.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.atBlock": {
"name": "camel.component.web3j.atBlock",
"description": "The block number, or the string latest for the last mined block or pending, earliest for not yet mined transactions.",
"defaultValue": "\"latest\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.blockHash": {
"name": "camel.component.web3j.blockHash",
"description": "Hash of the block where this transaction was in.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.clientId": {
"name": "camel.component.web3j.clientId",
"description": "A random hexadecimal(32 bytes) ID identifying the client.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.data": {
"name": "camel.component.web3j.data",
"description": "The compiled code of a contract OR the hash of the invoked method signature and encoded parameters.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.databaseName": {
"name": "camel.component.web3j.databaseName",
"description": "The local database name.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.filterId": {
"name": "camel.component.web3j.filterId",
"description": "The filter id to use.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.gasPrice": {
"name": "camel.component.web3j.gasPrice",
"description": "Gas price used for each paid gas.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.hashrate": {
"name": "camel.component.web3j.hashrate",
"description": "A hexadecimal string representation (32 bytes) of the hash rate.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.headerPowHash": {
"name": "camel.component.web3j.headerPowHash",
"description": "The header's pow-hash (256 bits) used for submitting a proof-of-work solution.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.index": {
"name": "camel.component.web3j.index",
"description": "The transactions\/uncle index position in the block.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.keyName": {
"name": "camel.component.web3j.keyName",
"description": "The key name in the database.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.lazyStartProducer": {
"name": "camel.component.web3j.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.web3j.mixDigest": {
"name": "camel.component.web3j.mixDigest",
"description": "The mix digest (256 bits) used for submitting a proof-of-work solution.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.nonce": {
"name": "camel.component.web3j.nonce",
"description": "The nonce found (64 bits) used for submitting a proof-of-work solution.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.operation": {
"name": "camel.component.web3j.operation",
"description": "Operation to use.",
"defaultValue": "\"transaction\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.position": {
"name": "camel.component.web3j.position",
"description": "The transaction index position withing a block.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.priority": {
"name": "camel.component.web3j.priority",
"description": "The priority of a whisper message.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.sha3HashOfDataToSign": {
"name": "camel.component.web3j.sha3HashOfDataToSign",
"description": "Message to sign by calculating an Ethereum specific signature.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.signedTransactionData": {
"name": "camel.component.web3j.signedTransactionData",
"description": "The signed transaction data for a new message call transaction or a contract creation for signed transactions.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.sourceCode": {
"name": "camel.component.web3j.sourceCode",
"description": "The source code to compile.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.transactionHash": {
"name": "camel.component.web3j.transactionHash",
"description": "The information about a transaction requested by transaction hash.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.ttl": {
"name": "camel.component.web3j.ttl",
"description": "The time to live in seconds of a whisper message.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.value": {
"name": "camel.component.web3j.value",
"description": "The value sent within a transaction.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.web3j.autowiredEnabled": {
"name": "camel.component.web3j.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"
}
}
}