KsrpcEnvironment

interface KsrpcEnvironment<T>

Global configuration for KSRPC channels and services.

Inheritors

Types

Link copied to clipboard
interface Element<T>

Properties

Link copied to clipboard
abstract val coroutineExceptionHandler: CoroutineExceptionHandler
Link copied to clipboard
abstract val defaultScope: CoroutineScope
Link copied to clipboard
Link copied to clipboard
abstract val logger: Logger
Link copied to clipboard

Functions

Link copied to clipboard

Convenience method for easily creating a copy of KsrpcEnvironment with a local error listener.

Link copied to clipboard

Creates a copy of the KsrpcEnvironment provided and allows changes to it before returning it. This method does NOT modify the original KsrpcEnvironment.