Class GrpcChannelDescriptor.BuilderBase.GrpcChannelDescriptorImpl
java.lang.Object
io.helidon.microprofile.grpc.client.GrpcChannelDescriptor.BuilderBase.GrpcChannelDescriptorImpl
- All Implemented Interfaces:
Prototype.Api,GrpcChannelDescriptor
- Enclosing class:
GrpcChannelDescriptor.BuilderBase<BUILDER extends GrpcChannelDescriptor.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GrpcChannelDescriptor>
protected static class GrpcChannelDescriptor.BuilderBase.GrpcChannelDescriptorImpl
extends Object
implements GrpcChannelDescriptor
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.microprofile.grpc.client.GrpcChannelDescriptor
GrpcChannelDescriptor.Builder, GrpcChannelDescriptor.BuilderBase<BUILDER extends GrpcChannelDescriptor.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GrpcChannelDescriptor> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGrpcChannelDescriptorImpl(GrpcChannelDescriptor.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
GrpcChannelDescriptorImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
name
Description copied from interface:GrpcChannelDescriptorThe name of this channel.- Specified by:
namein interfaceGrpcChannelDescriptor- Returns:
- channel name
-
host
Description copied from interface:GrpcChannelDescriptorThe host to connect to.- Specified by:
hostin interfaceGrpcChannelDescriptor- Returns:
- the host
-
port
public int port()Description copied from interface:GrpcChannelDescriptorThe port to connect to.- Specified by:
portin interfaceGrpcChannelDescriptor- Returns:
- the port
-
target
Description copied from interface:GrpcChannelDescriptorThe target URI.- Specified by:
targetin interfaceGrpcChannelDescriptor- Returns:
- the URI
-
tls
Description copied from interface:GrpcChannelDescriptorTLS configuration for the connection.- Specified by:
tlsin interfaceGrpcChannelDescriptor- Returns:
- the TLS config
-
toString
-
equals
-
hashCode
public int hashCode()
-