@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Component public @interface PIPService
| Modifier and Type | Required Element and Description |
|---|---|
String |
componentId
Please provide unique Id for PIP.
|
String |
path
* path to reach the PEP which would be used in combination with
${ind2uce.externalServerUrl}/${ind2uce.component.path}/pip/path
|
public abstract String componentId
public abstract String path
Copyright © 2018. All rights reserved.