Uses of Interface
org.apache.camel.builder.endpoint.dsl.Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder
Packages that use Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder
-
Uses of Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Web3j Ethereum Blockchain component.Methods in org.apache.camel.builder.endpoint.dsl that return Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilderModifier and TypeMethodDescriptionContract address or a list of addresses.Contract address or a list of addresses.Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder.basic()Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder.fromAddress(String fromAddress) The address the transaction is send from.The block number, or the string latest for the last mined block or pending, earliest for not yet mined transactions.Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder.fullTransactionObjects(boolean fullTransactionObjects) If true it returns the full transaction objects, if false only the hashes of the transactions.Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder.fullTransactionObjects(String fullTransactionObjects) If true it returns the full transaction objects, if false only the hashes of the transactions.The maximum gas allowed in this block.Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder.gasLimit(BigInteger gasLimit) The maximum gas allowed in this block.Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder.privateFor(String privateFor) A transaction privateFor nodes with public keys in a Quorum network.Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder.privateFor(List<String> privateFor) A transaction privateFor nodes with public keys in a Quorum network.Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder.quorumAPI(boolean quorumAPI) If true, this will support Quorum API.If true, this will support Quorum API.The address the transaction is directed to.The block number, or the string latest for the last mined block or pending, earliest for not yet mined transactions.Topics are order-dependent.The preconfigured Web3j object.Web3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder.web3j(org.web3j.protocol.Web3j web3j) The preconfigured Web3j object.