| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
StaticEndpointBuilders.web3j(String path)
Web3j Ethereum Blockchain (camel-web3j)
Interact with Ethereum nodes using web3j client API.
|
static Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
StaticEndpointBuilders.web3j(String componentName,
String path)
Web3j Ethereum Blockchain (camel-web3j)
Interact with Ethereum nodes using web3j client API.
|
| Modifier and Type | Method and Description |
|---|---|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.addresses(List<String> addresses)
Contract address or a list of addresses.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.addresses(String addresses)
Contract address or a list of addresses.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointBuilder.basic() |
static Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.fromAddress(String fromAddress)
The address the transaction is send from.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.fromBlock(String fromBlock)
The block number, or the string latest for the last mined block or
pending, earliest for not yet mined transactions.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.fullTransactionObjects(boolean fullTransactionObjects)
If true it returns the full transaction objects, if false only the
hashes of the transactions.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.fullTransactionObjects(String fullTransactionObjects)
If true it returns the full transaction objects, if false only the
hashes of the transactions.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.gasLimit(BigInteger gasLimit)
The maximum gas allowed in this block.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.gasLimit(String gasLimit)
The maximum gas allowed in this block.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.privateFor(List<String> privateFor)
A transaction privateFor nodes with public keys in a Quorum network.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.privateFor(String privateFor)
A transaction privateFor nodes with public keys in a Quorum network.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.quorumAPI(boolean quorumAPI)
If true, this will support Quorum API.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.quorumAPI(String quorumAPI)
If true, this will support Quorum API.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.toAddress(String toAddress)
The address the transaction is directed to.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.toBlock(String toBlock)
The block number, or the string latest for the last mined block or
pending, earliest for not yet mined transactions.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.topics(List<String> topics)
Topics are order-dependent.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.topics(String topics)
Topics are order-dependent.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.web3j(Object web3j)
The preconfigured Web3j object.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jEndpointBuilder.web3j(String web3j)
The preconfigured Web3j object.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jBuilders.web3j(String path)
Web3j Ethereum Blockchain (camel-web3j)
Interact with Ethereum nodes using web3j client API.
|
default Web3jEndpointBuilderFactory.Web3jEndpointBuilder |
Web3jEndpointBuilderFactory.Web3jBuilders.web3j(String componentName,
String path)
Web3j Ethereum Blockchain (camel-web3j)
Interact with Ethereum nodes using web3j client API.
|
Apache Camel