the SubmitJob instance which was produced from request request and sent to the exchange
the match details from the Exchange
the worker details matched to the SubmitJob
the initial request object used to produce the SubmitJob
(Since version ) see corresponding Javadoc for more information.
A client-side representation of a SubmitJob / WorkerDetails match produced by an Exchange, created
by the AsClient which made the initial request.
The workflow is:
1) Some custom request object 'Foo' -> 2) a 'SubmitJob' containing the json form for 'Foo' -> 3) a call to an Exchange with the SubmitJob -> 4) a reply w/ a match from the exchange -> 5) the exchnage client taking initial Foo, SubmitJob, and MatchDetails/WorkerDetails from the match response and producing a Dispatch 6) an implicit AsClient typeclass using the info in 'Dispatch' to make some request, presumably against the worker defined in 'WorkerDetails'
the original request type before it was serialised into json in the submit job
the initial request object used to produce the SubmitJob
the SubmitJob instance which was produced from request request and sent to the exchange
the match details from the Exchange
the worker details matched to the SubmitJob