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
ConstructorsModifierConstructorDescriptionprotected
GrpcChannelDescriptorImpl
(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:GrpcChannelDescriptor
The name of this channel.- Specified by:
name
in interfaceGrpcChannelDescriptor
- Returns:
- channel name
-
host
Description copied from interface:GrpcChannelDescriptor
The host to connect to.- Specified by:
host
in interfaceGrpcChannelDescriptor
- Returns:
- the host
-
port
public int port()Description copied from interface:GrpcChannelDescriptor
The port to connect to.- Specified by:
port
in interfaceGrpcChannelDescriptor
- Returns:
- the port
-
target
Description copied from interface:GrpcChannelDescriptor
The target URI.- Specified by:
target
in interfaceGrpcChannelDescriptor
- Returns:
- the URI
-
tls
Description copied from interface:GrpcChannelDescriptor
TLS configuration for the connection.- Specified by:
tls
in interfaceGrpcChannelDescriptor
- Returns:
- the TLS config
-
toString
-
equals
-
hashCode
public int hashCode()
-