Package

agora.api

worker

Permalink

package worker

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. worker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CandidateSelection = Seq[Candidate]

    Permalink
  2. case class HostLocation(host: String, port: Int) extends Product with Serializable

    Permalink
  3. type MatchId = String

    Permalink
  4. type SubscriptionKey = String

    Permalink
  5. case class WorkerDetails(aboutMe: Json) extends JsonAppendable with Product with Serializable

    Permalink

    The 'aboutMe' should also contain the location/user

    The 'aboutMe' should also contain the location/user

    aboutMe

    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

  6. case class WorkerRedirectCoords(workerLocation: HostLocation, subscriptionKey: SubscriptionKey, remainingItems: Int) extends Product with Serializable

    Permalink

Value Members

  1. object HostLocation extends Serializable

    Permalink
  2. object WorkerDetails extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped