Packages

object ServiceKey

Source
Receptionist.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceKey
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[T](id: String)(implicit classTag: ClassTag[T]): ServiceKey[T]

    Scala API: Creates a service key.

    Scala API: Creates a service key. The given ID should uniquely define a service with a given protocol.

  2. def create[T](clazz: Class[T], id: String): ServiceKey[T]

    Java API: Creates a service key.

    Java API: Creates a service key. The given ID should uniquely define a service with a given protocol.