Http Poll
@hivemq/http-pollv2026.04.27.34
01Models
@hivemq/http-pollv2026.04.10.2http_poll.ts
fn poll(url: string)
Poll a URL until it returns an expected HTTP status or timeout is reached
| Argument | Type | Description |
|---|---|---|
| url | string | URL to poll |
fn checkMavenArtifact(groupId: string, version: string, timeoutMinutes?: number)
Poll Maven Central until a specific artifact version is available
| Argument | Type | Description |
|---|---|---|
| groupId | string | Maven group ID (e.g., com.hivemq) |
| version | string | Artifact version (e.g., 2024.1) |
| timeoutMinutes? | number | Timeout in minutes |
fn checkDockerImage(tag: string, timeoutMinutes?: number)
Poll DockerHub until a specific image tag is available
| Argument | Type | Description |
|---|---|---|
| tag | string | Image tag (e.g., 4.30.0) |
| timeoutMinutes? | number | Timeout in minutes |
fn checkJavadoc(groupId: string, artifactId: string, version: string, timeoutMinutes?: number)
Poll javadoc.io until a specific artifact's documentation is available
| Argument | Type | Description |
|---|---|---|
| groupId | string | Maven group ID |
| artifactId | string | Maven artifact ID |
| version | string | Artifact version |
| timeoutMinutes? | number | Timeout in minutes |
Resources
check(infinite)— Result of a URL availability poll
02Previous Versions
2026.04.10.24Apr 10, 2026
2026.04.10.2Apr 10, 2026
2026.04.10.1Apr 10, 2026
03Stats
F
33 / 100
Downloads
56
Archive size
4.6 KB
- 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
- Platform support declared (or universal)2/2earned
- License declared0/1missing
- Verified public repository0/2missing
04Platforms