protodoc.io
Project apache/ratis
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
org.apache.ratis.test
ratis.common
ratis.example
ratis.experiments
ratis.grpc
ratis.netty
ratis.rmap
org.apache.ratis.test
Greeter
Binary
Hello
BinaryReply
BinaryRequest
HelloReply
HelloRequest
package
org.apache.ratis.test
Get desktop application:
View/edit binary Protocol Buffers messages
service
Greeter
Test.proto:26
rpc
Hello
(
stream
HelloRequest
,
stream
HelloReply
)
Test.proto:27
message
HelloRequest
Test.proto:34
string
name
= 1
message
HelloReply
Test.proto:38
string
message
= 1
rpc
Binary
(
stream
BinaryRequest
,
stream
BinaryReply
)
Test.proto:30
message
BinaryRequest
Test.proto:42
bytes
data
= 1
message
BinaryReply
Test.proto:46
bytes
data
= 1