Class Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.exporter.otlp.graal.Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil
-
final class Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil extends Object
Replace thesetTrustedCertificatesPem()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 Summary
Constructors Constructor Description Target_io_opentelemetry_exporter_otlp_internal_grpc_ManagedChannelUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetClientKeysAndTrustedCertificatesPem(io.grpc.ManagedChannelBuilder<?> managedChannelBuilder, byte[] privateKeyPem, byte[] certificatePem, byte[] trustedCertificatesPem)
-
-
-
Method Detail
-
setClientKeysAndTrustedCertificatesPem
public static void setClientKeysAndTrustedCertificatesPem(io.grpc.ManagedChannelBuilder<?> managedChannelBuilder, byte[] privateKeyPem, byte[] certificatePem, byte[] trustedCertificatesPem) throws SSLException- Throws:
SSLException
-
-