Interface GrpcServerConfiguration.GrpcTransportSecurity

Enclosing interface:
GrpcServerConfiguration

public static interface GrpcServerConfiguration.GrpcTransportSecurity
  • Method Summary

    Modifier and Type
    Method
    Description
    The path to the certificate file.
    key()
    The path to the private key file.
  • Method Details

    • certificate

      Optional<String> certificate()
      The path to the certificate file.
    • key

      The path to the private key file.