Export to RPC
EasyApi supports exporting API definitions in RPC format for gRPC services.
How to Export
- Open a file containing gRPC service interfaces
- Right-click in the editor > EasyApi > Export
- The RPC definitions will be exported
gRPC Support
For gRPC services, EasyApi recognizes:
- Classes extending
io.grpc.BindableService - Classes extending generated
ImplBasesuperclasses - Classes annotated with
@GrpcService(from grpc-spring-boot-starter) - Methods annotated with
@RpcMethod
See gRPC Framework for detailed configuration.