Package io.quarkus.grpc.runtime.stork
Class StorkGrpcChannel
java.lang.Object
io.grpc.Channel
io.quarkus.grpc.runtime.stork.StorkGrpcChannel
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionStorkGrpcChannel(io.vertx.grpc.client.GrpcClient client, String serviceName, StorkConfig stork, Executor executor) -
Method Summary
-
Constructor Details
-
StorkGrpcChannel
public StorkGrpcChannel(io.vertx.grpc.client.GrpcClient client, String serviceName, StorkConfig stork, Executor executor)
-
-
Method Details
-
newCall
public <RequestT,ResponseT> io.grpc.ClientCall<RequestT,ResponseT> newCall(io.grpc.MethodDescriptor<RequestT, ResponseT> methodDescriptor, io.grpc.CallOptions callOptions) - Specified by:
newCallin classio.grpc.Channel
-
authority
- Specified by:
authorityin classio.grpc.Channel
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
toString
-