Uses of Interface
com.bytedesk.core.proto.SimpleGrpc.AsyncService
Packages that use SimpleGrpc.AsyncService
-
Uses of SimpleGrpc.AsyncService in com.bytedesk.core.proto
Classes in com.bytedesk.core.proto that implement SimpleGrpc.AsyncServiceModifier and TypeClassDescriptionstatic classBase class for the server implementation of the service Simple.Fields in com.bytedesk.core.proto declared as SimpleGrpc.AsyncServiceModifier and TypeFieldDescriptionprivate final SimpleGrpc.AsyncServiceSimpleGrpc.MethodHandlers.serviceImplMethods in com.bytedesk.core.proto with parameters of type SimpleGrpc.AsyncServiceModifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionSimpleGrpc.bindService(SimpleGrpc.AsyncService service) Constructors in com.bytedesk.core.proto with parameters of type SimpleGrpc.AsyncServiceModifierConstructorDescription(package private)MethodHandlers(SimpleGrpc.AsyncService serviceImpl, int methodId) -
Uses of SimpleGrpc.AsyncService in com.bytedesk.core.rpc
Classes in com.bytedesk.core.rpc that implement SimpleGrpc.AsyncServiceModifier and TypeClassDescription(package private) classgRPC 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