Class GRPCAction

    • Constructor Detail

      • GRPCAction

        public GRPCAction()
        No args constructor for use in serialization
      • GRPCAction

        public GRPCAction​(Integer port,
                          String service)
    • Method Detail

      • getPort

        public Integer getPort()
        Port number of the gRPC service. Number must be in the range 1 to 65535.
      • setPort

        public void setPort​(Integer port)
        Port number of the gRPC service. Number must be in the range 1 to 65535.
      • getService

        public String getService()
        Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).


        If this is not specified, the default behavior is defined by gRPC.

      • setService

        public void setService​(String service)
        Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).


        If this is not specified, the default behavior is defined by gRPC.

      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)