Uses of Interface
io.grpc.reflection.v1.ServerReflectionGrpc.AsyncService
-
Packages that use ServerReflectionGrpc.AsyncService Package Description io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.reflection.v1 -
-
Uses of ServerReflectionGrpc.AsyncService in io.grpc.protobuf.services
Classes in io.grpc.protobuf.services that implement ServerReflectionGrpc.AsyncService Modifier and Type Class Description class
ProtoReflectionServiceV1
Provides a reflection service for Protobuf services (including the reflection service itself). -
Uses of ServerReflectionGrpc.AsyncService in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement ServerReflectionGrpc.AsyncService Modifier and Type Class Description static class
ServerReflectionGrpc.ServerReflectionImplBase
Base class for the server implementation of the service ServerReflection.Methods in io.grpc.reflection.v1 with parameters of type ServerReflectionGrpc.AsyncService Modifier and Type Method Description static ServerServiceDefinition
ServerReflectionGrpc. bindService(ServerReflectionGrpc.AsyncService service)
-