Module io.helidon.webclient.grpc
Package io.helidon.webclient.grpc
Class GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
java.lang.Object
io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
- All Implemented Interfaces:
Prototype.Api,GrpcServiceDescriptor
- Enclosing class:
GrpcServiceDescriptor.BuilderBase<BUILDER extends GrpcServiceDescriptor.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GrpcServiceDescriptor>
protected static class GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
extends Object
implements GrpcServiceDescriptor
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webclient.grpc.GrpcServiceDescriptor
GrpcServiceDescriptor.Builder, GrpcServiceDescriptor.BuilderBase<BUILDER extends GrpcServiceDescriptor.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GrpcServiceDescriptor> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGrpcServiceDescriptorImpl(GrpcServiceDescriptor.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.webclient.grpc.GrpcServiceDescriptor
method
-
Constructor Details
-
GrpcServiceDescriptorImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
serviceName
Description copied from interface:GrpcServiceDescriptorService name.- Specified by:
serviceNamein interfaceGrpcServiceDescriptor- Returns:
- the server name
-
methods
Description copied from interface:GrpcServiceDescriptorMap of names to gRPC method descriptors.- Specified by:
methodsin interfaceGrpcServiceDescriptor- Returns:
- method map
-
interceptors
Description copied from interface:GrpcServiceDescriptorOrdered list of method interceptors.- Specified by:
interceptorsin interfaceGrpcServiceDescriptor- Returns:
- list of interceptors
-
callCredentials
Description copied from interface:GrpcServiceDescriptorCredentials for this call, if any.- Specified by:
callCredentialsin interfaceGrpcServiceDescriptor- Returns:
- optional credentials
-
toString
-
equals
-
hashCode
public int hashCode()
-