Class StorkGrpcChannel

java.lang.Object
io.grpc.Channel
io.quarkus.grpc.runtime.stork.StorkGrpcChannel
All Implemented Interfaces:
AutoCloseable

public class StorkGrpcChannel extends io.grpc.Channel implements AutoCloseable
  • 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:
      newCall in class io.grpc.Channel
    • authority

      public String authority()
      Specified by:
      authority in class io.grpc.Channel
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
    • toString

      public String toString()
      Overrides:
      toString in class Object