Interface Web3jEndpointBuilderFactory.Web3jBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
Web3jEndpointBuilderFactory

public static interface Web3jEndpointBuilderFactory.Web3jBuilders
  • Method Details

    • web3j

      Web3j Ethereum Blockchain (camel-web3j) Interact with Ethereum nodes using web3j client API. Category: blockchain Since: 2.22 Maven coordinates: org.apache.camel:camel-web3j
      Returns:
      the dsl builder for the headers' name.
    • web3j

      Web3j Ethereum Blockchain (camel-web3j) Interact with Ethereum nodes using web3j client API. Category: blockchain Since: 2.22 Maven coordinates: org.apache.camel:camel-web3j Syntax: web3j:nodeAddress Path parameter: nodeAddress (required) Sets the node address used to communicate
      Parameters:
      path - nodeAddress
      Returns:
      the dsl builder
    • web3j

      default Web3jEndpointBuilderFactory.Web3jEndpointBuilder web3j(String componentName, String path)
      Web3j Ethereum Blockchain (camel-web3j) Interact with Ethereum nodes using web3j client API. Category: blockchain Since: 2.22 Maven coordinates: org.apache.camel:camel-web3j Syntax: web3j:nodeAddress Path parameter: nodeAddress (required) Sets the node address used to communicate
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - nodeAddress
      Returns:
      the dsl builder