Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun <ResourceT : Any> BackendEnvironment.Companion.cache(clazz: KClass<ResourceT>, key: Any = "", factory: suspend (Configuration, Resources) -> ResourceT): ResourceT
Link copied to clipboard
fun get(coroutineContext: CoroutineContext): BackendEnvironment
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun <T : Any> getInterface(clazz: KClass<T>): T?
Link copied to clipboard
suspend fun BackendEnvironment.Companion.getServerIdentity(name: String, fallback: () -> ServerIdentity? = { null }): ServerIdentity

Server identity is a pair of private key and certificate chain for the corresponding public key.

Link copied to clipboard
Link copied to clipboard