Client gRPC microprofile classes.
-
Register bi-directional streaming method for the service.
Register bi-directional streaming method for the service.
ClientServiceDescriptor.Rules.callCredentials(io.grpc.CallCredentials callCredentials)
Register the CallCredentials
to be used for this service.
Register the CallCredentials
to be used for the specified method in this service.
Register client streaming method for the service.
Register client streaming method for the service.
ClientServiceDescriptor.Builder.intercept(int priority,
io.grpc.ClientInterceptor... interceptors)
ClientServiceDescriptor.Rules.intercept(int priority,
io.grpc.ClientInterceptor... interceptors)
Add one or more ClientInterceptor
instances that will intercept calls
to this service.
ClientServiceDescriptor.Rules.intercept(io.grpc.ClientInterceptor... interceptors)
Register one or more interceptors
for the service.
ClientServiceDescriptor.Rules.intercept(String methodName,
int priority,
io.grpc.ClientInterceptor... interceptors)
Register one or more interceptors
for a named method of the service.
ClientServiceDescriptor.Rules.intercept(String methodName,
io.grpc.ClientInterceptor... interceptors)
Register one or more interceptors
for a named method of the service.
Set the name for the service.
ClientServiceDescriptor.Rules.proto(com.google.protobuf.Descriptors.FileDescriptor proto)
Register the proto file for the service.
Register server streaming method for the service.
Register server streaming method for the service.
Register unary method for the service.
Register unary method for the service.