Package com.linecorp.armeria.client.grpc
Interface GrpcClientStubFactory
public interface GrpcClientStubFactory
A factory that creates a gRPC client stub.
-
Method Summary
Modifier and TypeMethodDescription@Nullable ServiceDescriptorfindServiceDescriptor(Class<?> clientType) Returns aServiceDescriptorfor theclientType.newClientStub(Class<?> clientType, Channel channel) Returns a gRPC client stub from the specifiedclientTypeandChannel.
-
Method Details
-
findServiceDescriptor
-
newClientStub
Returns a gRPC client stub from the specifiedclientTypeandChannel.
-