Annotation Interface PortalRestClient


Marker identifying concrete instances of RestClientHolder. The connection-specific metadata is derived by a number of properties derived by baseName(). Expected is a structure as defined within ConfigAsConnectionMetadata. </ p>

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • baseName

      Returns:
      the basename of the configuration, see ConfigAsConnectionMetadata for details
    • failOnInvalidConfiguration

      Returns:
      boolean indicating whether the corresponding producer should throw an IllegalArgumentException in case the properties contain errors. Defaults to true. In case of false will return the created RestClientHolder without structural checks on the configuration
      Default:
      true