Skip to content
Rohan Palkar edited this page Jun 25, 2021 · 2 revisions

PollJobs

PollJobs is a java API for criteria based Synchronous and Asynchronous Polling. The polling includes polling-time-outs and polling-intervals with initial hard-wait or criteria based delays.

Polling is the process where the computer or controlling device waits for an external device to check for its readiness or state, often with low-level hardware. For example, when a printer is connected via a parallel port, the computer waits until the printer has received the next character. Source Wikipedia

Clone this wiki locally