Annotation Type PipService


@Target(TYPE) @Retention(RUNTIME) @Documented @Component public @interface PipService
Sub-annotation of Component for Beans of Type PIP Service.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Please provide unique Name for PIP.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    path to reach the Pep which would be used in combination with ${mydata.externalServerUrl}/${mydata.component.path}/pip/{path} Defaults to the componentId
  • Element Details

    • componentName

      String componentName
      Please provide unique Name for PIP.
      Returns:
      componetName e.g. my-pip
    • path

      String path
      path to reach the Pep which would be used in combination with ${mydata.externalServerUrl}/${mydata.component.path}/pip/{path} Defaults to the componentId
      Returns:
      the string
      Default:
      ""