package com.protobuf.proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service StudentService

Studuent.proto:13

这是protobuf中定义service的方法,跟thrift差不多,但是关键字不一样 service中有四种rpc方法类型

message MyStudent

Studuent.proto:31

Used as response type in: StudentService.GetStudentByAge

Used as field type in: MyStudentList

message MyStudentList

Studuent.proto:36