Skip to main content

@hivemq/http-poll

v2026.04.27.34

Quality score

How well-documented and verifiable this extension is.

33%

Grade F

  • Has README or module doc0/2missing
  • README has a code example0/1missing
  • README is substantive0/1pending
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description0/1missing
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared0/1missing
  • Verified public repository0/2missing

Install

$ swamp extension pull @hivemq/http-poll

@hivemq/http-pollv2026.04.10.2http_poll.ts
pollPoll a URL until it returns an expected HTTP status or timeout is reached
ArgumentTypeDescription
urlstringURL to poll
checkMavenArtifactPoll Maven Central until a specific artifact version is available
ArgumentTypeDescription
groupIdstringMaven group ID (e.g., com.hivemq)
versionstringArtifact version (e.g., 2024.1)
timeoutMinutes?numberTimeout in minutes
checkDockerImagePoll DockerHub until a specific image tag is available
ArgumentTypeDescription
tagstringImage tag (e.g., 4.30.0)
timeoutMinutes?numberTimeout in minutes
checkJavadocPoll javadoc.io until a specific artifact's documentation is available
ArgumentTypeDescription
groupIdstringMaven group ID
artifactIdstringMaven artifact ID
versionstringArtifact version
timeoutMinutes?numberTimeout in minutes

Resources

check(infinite)— Result of a URL availability poll