Package app.ductape.sdk.products.builder
Class HealthcheckChain
java.lang.Object
app.ductape.sdk.products.builder.HealthcheckChain
Sprint 3 — Healthcheck fluent chain. Mirrors TS
.healthcheck(...) with the
define() (build-only) and register() (persist) terminal methods.-
Method Summary
Modifier and TypeMethodDescriptiondefine()Build-only terminal — yields the snapshot but does not persist.register()Persist + accumulate.withExpectedStatus(int status) withInterval(long intervalMs) withMethod(String method) withTimeout(long timeoutMs)
-
Method Details
-
withInterval
-
withTimeout
-
withMethod
-
withUrl
-
withExpectedStatus
-
with
-
define
Build-only terminal — yields the snapshot but does not persist. -
register
Persist + accumulate.
-