Registry / networking / grpc-services

grpc-services

JSON →
library1.81.0javamavenunverified

gRPC: Services provides utility classes and services for gRPC Java implementations.

<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-services</artifactId> <version>1.81.0</version> </dependency>
INSTALL
IMPORT
SIG · GRPC-SERVICES
G
grpc-services
networkingjavav1.81.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProtoReflectionService
io.grpc.protobuf.services.ProtoReflectionService

Example adding ProtoReflectionService to a gRPC server.

import io.grpc.protobuf.services.ProtoReflectionService; import io.grpc.Server; import io.grpc.ServerBuilder; public class GrpcServer { public static void main(String[] args) throws Exception { Server server = ServerBuilder.forPort(8080) .addService(ProtoReflectionService.newInstance()) .build(); server.start(); server.awaitTermination(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.81.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
grpc-services — mvn dependency:get grpc-services · libregistry