Annotation Type GrpcClient

    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static String ELEMENT_NAME
      Constant value for value() indicating that the annotated element's name should be used as-is.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      The name is used to configure the gRPC client, e.g.
    • Field Detail

      • ELEMENT_NAME

        static final String ELEMENT_NAME
        Constant value for value() indicating that the annotated element's name should be used as-is.
    • Element Detail

      • value

        String value
        The name is used to configure the gRPC client, e.g. the location, TLS/SSL, etc.
        Returns:
        the client name
        Default:
        "<<element name>>"