Package com.viam.sdk.core.rpc
Class BasicManagedChannel
java.lang.Object
io.grpc.Channel
com.viam.sdk.core.rpc.Channel
com.viam.sdk.core.rpc.BasicManagedChannel
-
Constructor Summary
ConstructorDescriptionBasicManagedChannel
(io.grpc.ManagedChannel channel) BasicManagedChannel
(io.grpc.ManagedChannel channel, io.grpc.CallCredentials callCreds) -
Method Summary
-
Constructor Details
-
BasicManagedChannel
public BasicManagedChannel(io.grpc.ManagedChannel channel) -
BasicManagedChannel
public BasicManagedChannel(io.grpc.ManagedChannel channel, io.grpc.CallCredentials callCreds)
-
-
Method Details
-
newCall
public <RequestT,ResponseT> io.grpc.ClientCall<RequestT,ResponseT> newCall(io.grpc.MethodDescriptor<RequestT, ResponseT> methodDescriptor, io.grpc.CallOptions callOptions) - Specified by:
newCall
in classio.grpc.Channel
-
authority
- Specified by:
authority
in classio.grpc.Channel
-
close
public void close() -
getCallCredentials
- Specified by:
getCallCredentials
in classChannel
-