Class HealthRequest
java.lang.Object
com.styra.opa.openapi.models.operations.HealthRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final HealthRequest.Builder
builder()
bundles()
Boolean parameter to account for bundle activation status in response.boolean
String parameter to exclude a plugin from status checks.int
hashCode()
plugins()
Boolean parameter to account for plugin status in response.toString()
withBundles
(boolean bundles) Boolean parameter to account for bundle activation status in response.withBundles
(Optional<Boolean> bundles) Boolean parameter to account for bundle activation status in response.withExcludePlugin
(List<String> excludePlugin) String parameter to exclude a plugin from status checks.withExcludePlugin
(Optional<? extends List<String>> excludePlugin) String parameter to exclude a plugin from status checks.withPlugins
(boolean plugins) Boolean parameter to account for plugin status in response.withPlugins
(Optional<Boolean> plugins) Boolean parameter to account for plugin status in response.
-
Constructor Details
-
HealthRequest
-
HealthRequest
public HealthRequest()
-
-
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. -
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. -
builder
-
withBundles
Boolean parameter to account for bundle activation status in response. This includes any discovery bundles or bundles defined in the loaded discovery configuration. -
withBundles
Boolean parameter to account for bundle activation status in response. This includes any discovery bundles or bundles defined in the loaded discovery configuration. -
withPlugins
Boolean parameter to account for plugin status in response. -
withPlugins
Boolean parameter to account for plugin status in response. -
withExcludePlugin
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. -
withExcludePlugin
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. -
equals
-
hashCode
public int hashCode() -
toString
-