第 366 章 Web3j Eum Blockchain 组件
可作为 Camel 版本 2.22 可用
E haveum blockchain 组件使用 web3j 客户端 API,并允许您与 Eeth、Parity、Queity、Quorum、Infura 等交互。https://github.com/ethereum/go-ethereum/wiki/geth
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]