第366章 Web3j Ethereum Blockchain コンポーネント
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]