ghubstan aee939a887
Make GrpcStubs channel closeable by calling bot
Each bot has its own gRPC channel and set of service stubs,
and a single bot's channel & stubs last the bot's lifetime.
However, RegtestTradePaymentSimulator instance is a bot too, with it's
own channel & stubs, which should be closed at the end of each run().
2022-06-25 14:11:06 -03:00
..
2022-06-25 10:25:57 -03:00

Bisq API Java Examples

This subproject contains Java classes demonstrating API gRPC method calls.

Each class in the bisq.rpccalls package is named for the RPC method call being demonstrated.

The subproject uses a a Gradle build file, also demonstrating how to generate the necessary protobuf classes from the Bisq .proto files.