Class/Object

agora.api.worker

WorkerDetails

Related Docs: object WorkerDetails | package worker

Permalink

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

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

Linear Supertypes
Serializable, Serializable, Product, Equals, JsonAppendable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkerDetails
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JsonAppendable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WorkerDetails(aboutMe: Json)

    Permalink

    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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +[T](name: String, data: T)(implicit arg0: Encoder[T]): WorkerDetails

    Permalink
  4. def +[T](data: T)(implicit arg0: Encoder[T]): WorkerDetails

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val aboutMe: Json

    Permalink

    an opaque block of Json exposed by a worker.

    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

    Definition Classes
    WorkerDetailsJsonAppendable
  7. def append(data: Json): WorkerDetails

    Permalink
  8. def append[T](name: String, data: T)(implicit arg0: Encoder[T]): WorkerDetails

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get[T](name: String)(implicit arg0: Decoder[T]): Result[T]

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def location: HostLocation

    Permalink
  17. def mergeJson[T](data: T, name: String = null)(implicit arg0: Encoder[T]): Json

    Permalink
    Attributes
    protected
    Definition Classes
    JsonAppendable
  18. def name: Option[String]

    Permalink
  19. def namespace[T](c1ass: Class[T], name: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    JsonAppendable
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def path: String

    Permalink
  24. def pathOpt: Option[String]

    Permalink

    returns

    the relative path for the endpoint under which this worker will receive work

  25. def runUser: User

    Permalink
  26. def subscriptionKey: Option[String]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    WorkerDetails → AnyRef → Any
  29. def url: Option[String]

    Permalink

    returns

    the fully qualified worker URL

  30. def valueOf[T](name: String = null)(implicit arg0: Decoder[T], arg1: ClassTag[T]): Result[T]

    Permalink
    Definition Classes
    JsonAppendable
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withData[T](data: T, name: String = null)(implicit arg0: Encoder[T]): WorkerDetails

    Permalink
  35. def withPath(path: String): WorkerDetails

    Permalink
  36. def withSubscriptionKey(key: SubscriptionKey): WorkerDetails

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JsonAppendable

Inherited from AnyRef

Inherited from Any

Ungrouped