Class GRpcServerProperties

java.lang.Object
com.netflix.genie.web.properties.GRpcServerProperties

@ConfigurationProperties(prefix="genie.grpc.server") @Validated public class GRpcServerProperties extends Object
Properties related to Genie's gRPC server functionality.
Since:
4.0.0
  • Field Details

    • PROPERTY_PREFIX

      public static final String PROPERTY_PREFIX
      The property prefix for all properties in this group.
      See Also:
    • ENABLED_PROPERTY

      public static final String ENABLED_PROPERTY
      The property key to enable or disable gRPC services on the server.
      See Also:
  • Constructor Details

    • GRpcServerProperties

      public GRpcServerProperties()