object ServiceKey
- Source
- Receptionist.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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.
- 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.