Remote
A monitoring message handler that sends each event to a remote server.
Types
Functions
Link copied to clipboard
fun MonitoringConfigFactory<Remote.Config>.config(endpointUrl: String, okHttpClient: OkHttpClient? = null, coroutineScope: CoroutineScope? = null): Remote.Config
Creates a new Config instance for the MonitoringConfigFactory.
Link copied to clipboard
operator fun invoke(createConfig: MonitoringConfigFactory<Remote.Config>.() -> Remote.Config): MonitoringMessageHandler
Creates a new MonitoringMessageHandler using the provided configuration.