MutableServiceRegistry

interface MutableServiceRegistry : ServiceRegistry

Functions

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