Package io.quarkus.grpc.runtime.config
Class GrpcTransportSecurity
- java.lang.Object
-
- io.quarkus.grpc.runtime.config.GrpcTransportSecurity
-
public class GrpcTransportSecurity extends Object
-
-
Constructor Summary
Constructors Constructor Description GrpcTransportSecurity()
-
-
-
Field Detail
-
certificate
@ConfigItem public Optional<String> certificate
The path to the certificate file.
-
key
@ConfigItem public Optional<String> key
The path to the private key file.
-
-