Annotation Type ServicesCheck.Config
-
public static @interface ServicesCheck.Config
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String[]
services_list
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
hc_name
String[]
hc_tags
org.apache.felix.hc.api.Result.Status
statusForMissing
String
webconsole_configurationFactory_nameHint
-
-
-
Element Detail
-
services_list
String[] services_list
-
-
-
hc_name
String hc_name
- Default:
- "Services Ready Check"
-
-
-
hc_tags
String[] hc_tags
- Default:
- {"systemalive"}
-
-
-
webconsole_configurationFactory_nameHint
String webconsole_configurationFactory_nameHint
- Default:
- "{hc.name}: {services.list} / missing -> {statusForMissing}"
-
-