Class HealthRequest.Builder
java.lang.Object
com.styra.opa.openapi.models.operations.HealthRequest.Builder
- Enclosing class:
- HealthRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
bundles
(boolean bundles) Boolean parameter to account for bundle activation status in response.Boolean parameter to account for bundle activation status in response.excludePlugin
(List<String> excludePlugin) String parameter to exclude a plugin from status checks.excludePlugin
(Optional<? extends List<String>> excludePlugin) String parameter to exclude a plugin from status checks.plugins
(boolean plugins) Boolean parameter to account for plugin status in response.Boolean parameter to account for plugin status in response.
-
Method Details
-
bundles
Boolean parameter to account for bundle activation status in response. This includes any discovery bundles or bundles defined in the loaded discovery configuration. -
bundles
Boolean parameter to account for bundle activation status in response. This includes any discovery bundles or bundles defined in the loaded discovery configuration. -
plugins
Boolean parameter to account for plugin status in response. -
plugins
Boolean parameter to account for plugin status in response. -
excludePlugin
String parameter to exclude a plugin from status checks. Can be added multiple times. Does nothing if plugins is not true. This parameter is useful for special use cases where a plugin depends on the server being fully initialized before it can fully initialize itself. -
excludePlugin
String parameter to exclude a plugin from status checks. Can be added multiple times. Does nothing if plugins is not true. This parameter is useful for special use cases where a plugin depends on the server being fully initialized before it can fully initialize itself. -
build
-