Class Channels

java.lang.Object
io.quarkus.grpc.runtime.supports.Channels

public class Channels extends Object
  • Method Details

    • createChannel

      public static io.grpc.Channel createChannel(String name, Set<String> perClientInterceptors) throws Exception
      Throws:
      Exception
    • retrieveChannel

      public static io.grpc.Channel retrieveChannel(String name, Set<String> perClientInterceptors)