MutableServiceRegistry

interface MutableServiceRegistry : ServiceRegistry

Functions

Link copied to clipboard
abstract fun <T : RunnableCallDescription<*>> getCallById(id: ServiceCallIdentifier, type: KClass<T>): T?
Link copied to clipboard
abstract fun register(description: ServiceDescription)