Remote
Monitoring message handler that sends each event to a remote server.
Types
Functions
Link copied to clipboard
fun MonitoringConfigFactory<Remote.Config>.config(endpointUrl: String, httpClient: HttpClient? = null, coroutineScope: CoroutineScope? = null): Remote.Config
Helper method to create a new Config instance.
Link copied to clipboard
operator fun invoke(createConfig: MonitoringConfigFactory<Remote.Config>.() -> Remote.Config): MonitoringMessageHandler
Helper method to create a new MonitoringMessageHandler.