Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 502 Bytes

File metadata and controls

17 lines (11 loc) · 502 Bytes

Turtlequeue-proto

License

Why

This is useful for SDK authors. If you want to use Turtlequeue, head to the SDK for your language.

Turtlequeue uses GRPC and protobuf to exchange messages. These are the definitions shared by all the SDKs. See example uses in the Java SDK.

Develop

Intall maven and run:

mvn clean compile install &&  mvn -f admin-pom.xml clean compile install