Uses of Interface
io.helidon.grpc.server.GrpcService
Packages that use GrpcService
-
Uses of GrpcService in io.helidon.grpc.server
Methods in io.helidon.grpc.server with parameters of type GrpcServiceModifier and TypeMethodDescriptionstatic ServiceDescriptor.Builder
ServiceDescriptor.builder
(GrpcService service) Create aServiceDescriptor.Builder
.GrpcRouting.Builder.register
(GrpcService service) Add aGrpcService
with theGrpcRouting
to be built by this builder.GrpcRouting.Builder.register
(GrpcService service, ServiceDescriptor.Configurer configurer) Add aGrpcService
with theGrpcRouting
to be built by this builder.