ServiceKey

data class ServiceKey<T : Any>(val type: Class<T>, val name: String = "default")

Identifies a service instance in the registry.

Constructors

Link copied to clipboard
constructor(type: Class<T>, name: String = "default")

Properties

Link copied to clipboard
Link copied to clipboard
val type: Class<T>