Remote

A monitoring message handler that sends each event to a remote server.

Types

Link copied to clipboard
class Config

Configuration class for the Remote handler type.

Link copied to clipboard

A factory for creating instances of the Remote message handler.

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.

Inherited functions

Link copied to clipboard

Creates a new MonitoringMessageHandler using the provided configuration.