WorkerDetails is a wrapper for the information you fancy exposing for workers requesting work.
WorkerDetails is a wrapper for the information you fancy exposing for workers requesting work.
They contain some json values (which can be appended to/updated) that jobs can match against.
These values should also expose sufficient information for calling clients to do their stuff.
For example, with REST services, workers will need to contain a 'location' and 'path' entry so clients submitting jobs will know where to redirect their jobs to.
an opaque block of Json exposed by a worker. It must however include a 'path' element to describe the relative URL to send work requests to