Package

agora.rest

worker

Permalink

package worker

Visibility
  1. Public
  2. All

Type Members

  1. case class SubscriptionConfig(subscriptionConfig: Config) extends Product with Serializable

    Permalink

    A parsed work subscription

  2. case class WorkerClient(rest: RestClient, matchDetails: MatchDetails, workerDetails: WorkerDetails) extends Product with Serializable

    Permalink

    A short-lived handle to something which can send requests to a worker

    A short-lived handle to something which can send requests to a worker

    It also contains a context in which the request are sent (e.g. the match details, worker details and path)

Value Members

  1. object SubscriptionConfig extends Serializable

    Permalink
  2. object WorkerClient extends FailFastCirceSupport with LazyLogging with Serializable

    Permalink
  3. object WorkerHttp extends CommonRequestBuilding

    Permalink

Ungrouped