Uses of Class
io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Uses of GrpcClientMethodDescriptor in io.helidon.webclient.grpc
Modifier and TypeMethodDescriptionGrpcClientMethodDescriptor.Builder.build()
Builds and returns a new instance ofGrpcClientMethodDescriptor
.static GrpcClientMethodDescriptor
GrpcClientMethodDescriptor.create
(String serviceName, String name, io.grpc.MethodDescriptor.Builder<?, ?> descriptor) Creates a newGrpcClientMethodDescriptor.Builder
with the specified name andMethodDescriptor
.Modifier and TypeMethodDescriptionGrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl.methods()
GrpcServiceDescriptor.BuilderBase.methods()
Map of names to gRPC method descriptors.Modifier and TypeMethodDescriptionGrpcServiceDescriptor.BuilderBase.putMethod
(String key, GrpcClientMethodDescriptor method) This method adds a new value to the map, or replaces it if the key already exists.Modifier and TypeMethodDescriptionGrpcServiceDescriptor.BuilderBase.addMethods
(Map<? extends String, ? extends GrpcClientMethodDescriptor> methods) This method keeps existing values, then puts all new values into the map.GrpcServiceDescriptor.BuilderBase.methods
(Map<? extends String, ? extends GrpcClientMethodDescriptor> methods) This method replaces all values with the new ones.