Class Web3jComponentBuilderFactory.Web3jComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.web3j.Web3jComponent>
org.apache.camel.builder.component.dsl.Web3jComponentBuilderFactory.Web3jComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.web3j.Web3jComponent>
,Web3jComponentBuilderFactory.Web3jComponentBuilder
- Enclosing interface:
Web3jComponentBuilderFactory
public static class Web3jComponentBuilderFactory.Web3jComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.web3j.Web3jComponent>
implements Web3jComponentBuilderFactory.Web3jComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.web3j.Web3jComponent
protected boolean
setPropertyOnComponent
(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
Methods inherited from interface org.apache.camel.builder.component.dsl.Web3jComponentBuilderFactory.Web3jComponentBuilder
address, addresses, atBlock, autowiredEnabled, blockHash, bridgeErrorHandler, clientId, configuration, data, databaseName, filterId, fromAddress, fromBlock, fullTransactionObjects, gasLimit, gasPrice, hashrate, headerPowHash, index, keyName, lazyStartProducer, mixDigest, nonce, operation, position, priority, privateFor, quorumAPI, sha3HashOfDataToSign, signedTransactionData, sourceCode, toAddress, toBlock, topics, transactionHash, ttl, value, web3j
-
Constructor Details
-
Web3jComponentBuilderImpl
public Web3jComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.web3j.Web3jComponent buildConcreteComponent()- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.component.web3j.Web3jComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.component.web3j.Web3jComponent>
-