366장. Web3j Ethereum 블록 체인 구성 요소

Camel 버전 2.22에서 사용 가능

Ethereum 블록 체인 구성 요소는 web3j 클라이언트 API를 사용하며 Geth,Parity,Quorum,Infura 등과 같은 Ethereum 호환 노드와 상호 작용할 수 있습니다.

Maven 사용자는 이 구성 요소를 위해 다음 종속성을 pom.xml 에 추가해야 합니다.

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-web3j</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

366.1. URI 형식

web3j://<local/remote host:port or local IPC path>[?options]