Uses of Interface
io.helidon.webclient.grpc.spi.GrpcClientService
Packages that use GrpcClientService
-
Uses of GrpcClientService in io.helidon.webclient.grpc
Methods in io.helidon.webclient.grpc that return types with arguments of type GrpcClientServiceModifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.GrpcClientConfigImpl.grpcServices()
GrpcClientConfig.BuilderBase.grpcServices()
gRPC client services.Methods in io.helidon.webclient.grpc with parameters of type GrpcClientServiceModifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.addGrpcService
(GrpcClientService grpcService) gRPC client services.Method parameters in io.helidon.webclient.grpc with type arguments of type GrpcClientServiceModifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.addGrpcServices
(List<? extends GrpcClientService> grpcServices) gRPC client services.GrpcClientConfig.BuilderBase.grpcServices
(List<? extends GrpcClientService> grpcServices) gRPC client services.