Class Web3jComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.web3j.springboot.Web3jComponentConfiguration
@ConfigurationProperties(prefix="camel.component.web3j")
public class Web3jComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Interact with Ethereum nodes using web3j client API.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.web3j.Web3jConfigurationgetData()getIndex()getNonce()getTtl()getValue()org.web3j.protocol.Web3jgetWeb3j()voidsetAddress(String address) voidsetAddresses(List<String> addresses) voidsetAtBlock(String atBlock) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBlockHash(String blockHash) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetClientId(String clientId) voidsetConfiguration(org.apache.camel.component.web3j.Web3jConfiguration configuration) voidvoidsetDatabaseName(String databaseName) voidsetFilterId(BigInteger filterId) voidsetFromAddress(String fromAddress) voidsetFromBlock(String fromBlock) voidsetFullTransactionObjects(Boolean fullTransactionObjects) voidsetGasLimit(BigInteger gasLimit) voidsetGasPrice(BigInteger gasPrice) voidsetHashrate(String hashrate) voidsetHeaderPowHash(String headerPowHash) voidsetIndex(BigInteger index) voidsetKeyName(String keyName) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetMixDigest(String mixDigest) voidvoidsetOperation(String operation) voidsetPosition(BigInteger position) voidsetPriority(BigInteger priority) voidsetPrivateFor(List<String> privateFor) voidsetQuorumAPI(Boolean quorumAPI) voidsetSha3HashOfDataToSign(String sha3HashOfDataToSign) voidsetSignedTransactionData(String signedTransactionData) voidsetSourceCode(String sourceCode) voidsetToAddress(String toAddress) voidsetToBlock(String toBlock) voidvoidsetTransactionHash(String transactionHash) voidsetTtl(BigInteger ttl) voidsetValue(BigInteger value) voidsetWeb3j(org.web3j.protocol.Web3j web3j) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
Web3jComponentConfiguration
public Web3jComponentConfiguration()
-
-
Method Details
-
getAddresses
-
setAddresses
-
getConfiguration
public org.apache.camel.component.web3j.Web3jConfiguration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.web3j.Web3jConfiguration configuration) -
getFromAddress
-
setFromAddress
-
getFromBlock
-
setFromBlock
-
getFullTransactionObjects
-
setFullTransactionObjects
-
getGasLimit
-
setGasLimit
-
getPrivateFor
-
setPrivateFor
-
getQuorumAPI
-
setQuorumAPI
-
getToAddress
-
setToAddress
-
getToBlock
-
setToBlock
-
getTopics
-
setTopics
-
getWeb3j
public org.web3j.protocol.Web3j getWeb3j() -
setWeb3j
public void setWeb3j(org.web3j.protocol.Web3j web3j) -
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getAddress
-
setAddress
-
getAtBlock
-
setAtBlock
-
getBlockHash
-
setBlockHash
-
getClientId
-
setClientId
-
getData
-
setData
-
getDatabaseName
-
setDatabaseName
-
getFilterId
-
setFilterId
-
getGasPrice
-
setGasPrice
-
getHashrate
-
setHashrate
-
getHeaderPowHash
-
setHeaderPowHash
-
getIndex
-
setIndex
-
getKeyName
-
setKeyName
-
getLazyStartProducer
-
setLazyStartProducer
-
getMixDigest
-
setMixDigest
-
getNonce
-
setNonce
-
getOperation
-
setOperation
-
getPosition
-
setPosition
-
getPriority
-
setPriority
-
getSha3HashOfDataToSign
-
setSha3HashOfDataToSign
-
getSignedTransactionData
-
setSignedTransactionData
-
getSourceCode
-
setSourceCode
-
getTransactionHash
-
setTransactionHash
-
getTtl
-
setTtl
-
getValue
-
setValue
-
getAutowiredEnabled
-
setAutowiredEnabled
-