Class GrpcServerService

All Implemented Interfaces:
SimpleGrpc.AsyncService, io.grpc.BindableService

@Service class GrpcServerService extends SimpleGrpc.SimpleImplBase
gRPC Server Service https://docs.spring.io/spring-grpc/reference/getting-started.html test: grpcurl -d '{"name":"Hi"}' -plaintext 127.0.0.1:9003 Simple.SayHello
Author:
bytedesk.com
  • Constructor Details

    • GrpcServerService

      GrpcServerService()
  • Method Details