Package

agora.api.exchange

dsl

Permalink

package dsl

Visibility
  1. Public
  2. All

Type Members

  1. trait JobSyntax extends StrictLogging

    Permalink

    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).

  2. trait LowPriorityCirceSubmitable extends AnyRef

    Permalink

Ungrouped