Exposes 'enqueue' and 'enqueueList' as a means to submit requests via an Exchange.
Exposes 'enqueue' and 'enqueueList' as a means to submit requests via an Exchange.
This is true for:
1) requests of type 'T' which have a Submitable type witness
(the 'T' can produce a SubmitJob, which should be true for any T which can
be converted to json)
2) there is a AsClient type witness for the request 'T',
which just means something can take a request 'T' and produce a Future[Out] (for any type Out).
Exposes 'enqueue' and 'enqueueList' as a means to submit requests via an Exchange.
This is true for:
1) requests of type 'T' which have a Submitable type witness (the 'T' can produce a SubmitJob, which should be true for any T which can be converted to json)
2) there is a AsClient type witness for the request 'T', which just means something can take a request 'T' and produce a Future[Out] (for any type Out).