第 367 章 Web3j Ethereum Blockchain 组件
从 Camel 版本 2.22 开始提供
Ethereum 块chain 组件使用 web3j 客户端 API,并允许您与 Ethereum 兼容节点(如 Geth、Brity、Qor um、Infura 等)进行交互。https://github.com/jpmorganchase/quorum/wiki
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>
367.1. URI 格式
web3j://<local/remote host:port or local IPC path>[?options]