Class Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil


  • final class Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil
    extends Object
    Replace the setTrustedCertificatesPem() method in native because the upstream code supports using either the grpc-netty or grpc-netty-shaded dependencies, but Quarkus only supports the former.
    • Constructor Detail

      • Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil

        Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil()
    • Method Detail

      • setClientKeysAndTrustedCertificatesPem

        public static void setClientKeysAndTrustedCertificatesPem​(io.grpc.ManagedChannelBuilder<?> managedChannelBuilder,
                                                                  byte[] privateKeyPem,
                                                                  byte[] certificatePem,
                                                                  byte[] trustedCertificatesPem)
                                                           throws SSLException
        Throws:
        SSLException